C# Class Axiom.Core.InstancedGeometry.QueuedSubMesh

Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
ID int
geometryLodList List
materialName String
orientation Axiom.Math.Quaternion
position Vector3
scale Vector3
submesh SubMesh
worldBounds Axiom.Math.AxisAlignedBox

Property Details

ID public_oe property

public int ID
return int

geometryLodList public_oe property

public List geometryLodList
return List

materialName public_oe property

public String materialName
return String

orientation public_oe property

public Quaternion,Axiom.Math orientation
return Axiom.Math.Quaternion

position public_oe property

public Vector3 position
return Vector3

scale public_oe property

public Vector3 scale
return Vector3

submesh public_oe property

public SubMesh,Axiom.Core submesh
return SubMesh

worldBounds public_oe property

public AxisAlignedBox,Axiom.Math worldBounds
return Axiom.Math.AxisAlignedBox