C# 클래스 Axiom.Core.MovableObjectLodChangedEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
MovableObject Axiom.Core.MovableObject
camera Camera

프로퍼티 상세

MovableObject 공개적으로 프로퍼티

The movable object whose level of detail has changed.
public MovableObject,Axiom.Core MovableObject
리턴 Axiom.Core.MovableObject

camera 공개적으로 프로퍼티

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