C# Class Axiom.Core.EntityMaterialLodChangedEvent

Struct containing information about a material lod change event for entities.
Show file Open project: WolfgangSt/axiom

Public Properties

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

Property Details

Camera public property

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

LodValue public property

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

NewLodIndex public property

New level of detail index.
public int NewLodIndex
return int

PreviousLodIndex public property

Previous level of detail index.
public int PreviousLodIndex
return int

SubEntity public property

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