C# Class Axiom.Core.MovableObjectLodChangedEvent

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

Public Properties

Property Type Description
MovableObject Axiom.Core.MovableObject
camera Camera

Property Details

MovableObject public_oe property

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

camera public_oe property

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