Struct StaticTile
public struct StaticTile
- Inherited Members
Constructors
StaticTile(ushort, byte, byte, sbyte, short)
public StaticTile(ushort id, byte x, byte y, sbyte z, short hue)
Parameters
StaticTile(ushort, sbyte)
public StaticTile(ushort id, sbyte z)
Parameters
Properties
Height
public int Height { get; }
Property Value
Hue
public int Hue { get; set; }
Property Value
ID
public int ID { get; }
Property Value
X
public int X { get; set; }
Property Value
Y
public int Y { get; set; }
Property Value
Z
public int Z { get; set; }
Property Value
Methods
Set(ushort, byte, byte, sbyte, short)
public void Set(ushort id, byte x, byte y, sbyte z, short hue)
Parameters
Set(ushort, sbyte)
public void Set(ushort id, sbyte z)