Class TileTypeEntry
Entry for a tile type.
Implements
IObjectTypeEntry<UnityEngine.Tilemaps.TileBase>
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 TileTypeEntry : ObjectTypeEntry<TileBase>, IObjectTypeEntry<TileBase>
Properties
Value
Declaration
public override TileBase Value { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Tilemaps.TileBase |
Overrides
InsaneScatterbrain.MapGraph.ObjectTypeEntry<UnityEngine.Tilemaps.TileBase>.Value