C# Class Axiom.Core.MovableObjectLodChangedEvent

Struct containing information about a lod change event for movable objects.
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство 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
Résultat Axiom.Core.MovableObject

camera public_oe property

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