C# Class TerrainDisplay.MPQ.ADT.Components.MapObjectDefinition

MODF Class - WMO Placement Information
Exibir arquivo Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
DoodadSetId ushort
Extents BoundingBox
FilePath string
Flags ushort
M2Refs List
NameSet ushort
OrientationA float
OrientationB float
OrientationC float
Position Vector3
UniqueId uint
WMOToWorld Matrix
WorldToWMO Matrix

Property Details

DoodadSetId public_oe property

public ushort DoodadSetId
return ushort

Extents public_oe property

public BoundingBox Extents
return BoundingBox

FilePath public_oe property

Filename of the WMO
public string FilePath
return string

Flags public_oe property

public ushort Flags
return ushort

M2Refs public_oe property

public List M2Refs
return List

NameSet public_oe property

public ushort NameSet
return ushort

OrientationA public_oe property

Rotation of the Z axis
public float OrientationA
return float

OrientationB public_oe property

Rotation of the Y axis
public float OrientationB
return float

OrientationC public_oe property

Rotation of the X axis
public float OrientationC
return float

Position public_oe property

Position of the WMO
public Vector3 Position
return Vector3

UniqueId public_oe property

Unique ID of the WMO in this ADT
public uint UniqueId
return uint

WMOToWorld public_oe property

public Matrix WMOToWorld
return Matrix

WorldToWMO public_oe property

public Matrix WorldToWMO
return Matrix