C# Class TerrainDisplay.MPQ.WMO.Components.DoodadDefinition

Represents the MODD chunk
Show file Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
Color Color4
Extents BoundingBox
FilePath string
ModelToWMO Matrix
NameIndex int
Position Vector3
Rotation Quaternion
Scale float
WMOToModel Matrix

Property Details

Color public property

BGRA
public Color4 Color
return Color4

Extents public property

public BoundingBox Extents
return BoundingBox

FilePath public property

public string FilePath
return string

ModelToWMO public property

public Matrix ModelToWMO
return Matrix

NameIndex public property

public int NameIndex
return int

Position public property

public Vector3 Position
return Vector3

Rotation public property

public Quaternion Rotation
return Quaternion

Scale public property

public float Scale
return float

WMOToModel public property

public Matrix WMOToModel
return Matrix