C# Class Axiom.Core.StaticGeometry.QueuedSubMesh

Structure recording a queued submesh for the build
Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

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

Property Details

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