Struct LandTile
public struct LandTile
- Inherited Members
Constructors
LandTile(short, sbyte)
public LandTile(short id, sbyte z)
Parameters
Properties
Height
public int Height { get; }
Property Value
ID
public int ID { get; }
Property Value
Ignored
public bool Ignored { get; }
Property Value
Z
public int Z { get; set; }
Property Value
Methods
Set(short, sbyte)
public void Set(short id, sbyte z)