Table of Contents

Struct HuedTile

Namespace
Moongate.UO.Data.Tiles
Assembly
Moongate.UO.Data.dll
public struct HuedTile
Inherited Members

Constructors

HuedTile(ushort, short, sbyte)

public HuedTile(ushort id, short hue, sbyte z)

Parameters

id ushort
hue short
z sbyte

Properties

Hue

public int Hue { get; set; }

Property Value

int

ID

public ushort ID { get; set; }

Property Value

ushort

Z

public int Z { get; set; }

Property Value

int

Methods

Set(ushort, short, sbyte)

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

Parameters

id ushort
hue short
z sbyte