C# 클래스 TerrainDisplay.MPQ.WMO.Components.DoodadDefinition

Represents the MODD chunk
파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Color4
Extents BoundingBox
FilePath string
ModelToWMO Matrix
NameIndex int
Position Vector3
Rotation Quaternion
Scale float
WMOToModel Matrix

프로퍼티 상세

Color 공개적으로 프로퍼티

BGRA
public Color4 Color
리턴 Color4

Extents 공개적으로 프로퍼티

public BoundingBox Extents
리턴 BoundingBox

FilePath 공개적으로 프로퍼티

public string FilePath
리턴 string

ModelToWMO 공개적으로 프로퍼티

public Matrix ModelToWMO
리턴 Matrix

NameIndex 공개적으로 프로퍼티

public int NameIndex
리턴 int

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

Rotation 공개적으로 프로퍼티

public Quaternion Rotation
리턴 Quaternion

Scale 공개적으로 프로퍼티

public float Scale
리턴 float

WMOToModel 공개적으로 프로퍼티

public Matrix WMOToModel
리턴 Matrix