Interface IObjectTypeEntry<T>
Represents an entry for a certain object type.
Namespace: InsaneScatterbrain.MapGraph
Syntax
public interface IObjectTypeEntry<T> where T : Object
Type Parameters
| Name | Description |
|---|---|
| T | The type of Object represented by this entry. |
Properties
Value
Gets/sets the entry's value.
Declaration
T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
Weight
Gets/sets the entry's weight, which should determine the likelihood that this entry is selected compared other entries.
Declaration
float Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| float |