C# Class Axiom.Core.EntityMaterialLodChangedEvent

Struct containing information about a material lod change event for entities.
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
Camera Camera
LodValue float
NewLodIndex int
PreviousLodIndex int
SubEntity SubEntity

Property Details

Camera public_oe property

The camera with respect to which the level of detail has changed.
public Camera,Axiom.Core Camera
Résultat Camera

LodValue public_oe property

Lod value as determined by lod strategy.
public float LodValue
Résultat float

NewLodIndex public_oe property

New level of detail index.
public int NewLodIndex
Résultat int

PreviousLodIndex public_oe property

Previous level of detail index.
public int PreviousLodIndex
Résultat int

SubEntity public_oe property

The sub-entity whose material's level of detail has changed.
public SubEntity,Axiom.Core SubEntity
Résultat SubEntity