Class PrefabTypeEntry
Entry for a prefab type.
Implements
IObjectTypeEntry<UnityEngine.GameObject>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
[Serializable]
public class PrefabTypeEntry : ObjectTypeEntry<GameObject>, IObjectTypeEntry<GameObject>
Properties
Value
Declaration
public override GameObject Value { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.GameObject |
Overrides
InsaneScatterbrain.MapGraph.ObjectTypeEntry<UnityEngine.GameObject>.Value