C# Class Axiom.Core.MovableObjectLodChangedEvent

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

Public Properties

Property Type Description
MovableObject Axiom.Core.MovableObject
camera Camera

Property Details

MovableObject public property

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

camera public property

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