Class PrefabTypeEntry
Entry for a prefab type.
Implements
IObjectTypeEntry<GameObject>
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[Serializable]
public class PrefabTypeEntry : ObjectTypeEntry<GameObject>, IObjectTypeEntry<GameObject>
Properties
Value
Gets/sets the entry's value.
Declaration
public override GameObject Value { get; set; }
Property Value
Type | Description |
---|---|
GameObject |