C# Class Axiom.Core.EntityMeshLodChangedEvent

Struct containing information about a mesh lod change event for entities.
Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Camera Camera
Entity Entity
LodValue float
NewLodIndex int
PreviousLodIndex int

Property Details

Camera public_oe property

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

Entity public_oe property

The entity whose level of detail has changed.
public Entity Entity
return Entity

LodValue public_oe property

Lod value as determined by lod strategy.
public float LodValue
return float

NewLodIndex public_oe property

New level of detail index.
public int NewLodIndex
return int

PreviousLodIndex public_oe property

Previous level of detail index.
public int PreviousLodIndex
return int