Class ObjectTypeEntry<T>
Represents an entry for a certain object type.
Implements
Namespace: InsaneScatterbrain.MapGraph
Syntax
public abstract class ObjectTypeEntry<T> : object, IObjectTypeEntry<T> where T : UnityEngine.Object
Type Parameters
Name | Description |
---|---|
T | The type of Object represented by this entry. |
Properties
Value
Declaration
public abstract T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
Weight
Declaration
public float Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |