C# 클래스 Axiom.Core.EntityMeshLodChangedEvent

Struct containing information about a mesh lod change event for entities.
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
Camera Camera
Entity Entity
LodValue float
NewLodIndex int
PreviousLodIndex int

프로퍼티 상세

Camera 공개적으로 프로퍼티

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

Entity 공개적으로 프로퍼티

The entity whose level of detail has changed.
public Entity Entity
리턴 Entity

LodValue 공개적으로 프로퍼티

Lod value as determined by lod strategy.
public float LodValue
리턴 float

NewLodIndex 공개적으로 프로퍼티

New level of detail index.
public int NewLodIndex
리턴 int

PreviousLodIndex 공개적으로 프로퍼티

Previous level of detail index.
public int PreviousLodIndex
리턴 int