Table of Contents

Struct StaticTile

Namespace
Moongate.UO.Data.Tiles
Assembly
Moongate.UO.Data.dll
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

id ushort
x byte
y byte
z sbyte
hue short

StaticTile(ushort, sbyte)

public StaticTile(ushort id, sbyte z)

Parameters

id ushort
z sbyte

Properties

Height

public int Height { get; }

Property Value

int

Hue

public int Hue { get; set; }

Property Value

int

ID

public int ID { get; }

Property Value

int

X

public int X { get; set; }

Property Value

int

Y

public int Y { get; set; }

Property Value

int

Z

public int Z { get; set; }

Property Value

int

Methods

Set(ushort, byte, byte, sbyte, short)

public void Set(ushort id, byte x, byte y, sbyte z, short hue)

Parameters

id ushort
x byte
y byte
z sbyte
hue short

Set(ushort, sbyte)

public void Set(ushort id, sbyte z)

Parameters

id ushort
z sbyte