C# 클래스 Axiom.Core.EntityMaterialLodChangedEvent

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

공개 프로퍼티들

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

프로퍼티 상세

Camera 공개적으로 프로퍼티

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

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

SubEntity 공개적으로 프로퍼티

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