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

MODF Class - WMO Placement Information
Afficher le fichier Open project: WCell/WCell-Terrain Class Usage Examples

Méthodes publiques

Свойство 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
Résultat ushort

Extents public_oe property

public BoundingBox Extents
Résultat BoundingBox

FilePath public_oe property

Filename of the WMO
public string FilePath
Résultat string

Flags public_oe property

public ushort Flags
Résultat ushort

M2Refs public_oe property

public List M2Refs
Résultat List

NameSet public_oe property

public ushort NameSet
Résultat ushort

OrientationA public_oe property

Rotation of the Z axis
public float OrientationA
Résultat float

OrientationB public_oe property

Rotation of the Y axis
public float OrientationB
Résultat float

OrientationC public_oe property

Rotation of the X axis
public float OrientationC
Résultat float

Position public_oe property

Position of the WMO
public Vector3 Position
Résultat Vector3

UniqueId public_oe property

Unique ID of the WMO in this ADT
public uint UniqueId
Résultat uint

WMOToWorld public_oe property

public Matrix WMOToWorld
Résultat Matrix

WorldToWMO public_oe property

public Matrix WorldToWMO
Résultat Matrix