Public Attributes | List of all members
Ogre::MovableObjectLodChangedEvent Struct Reference

Struct containing information about a LOD change event for movable objects. More...

#include <OgreLodListener.h>

Public Attributes

Cameracamera
 The camera with respect to which the level of detail has changed.
 
MovableObjectmovableObject
 The movable object whose level of detail has changed.
 

Detailed Description

Struct containing information about a LOD change event for movable objects.

Definition at line 44 of file OgreLodListener.h.

Member Data Documentation

◆ camera

Camera* Ogre::MovableObjectLodChangedEvent::camera

The camera with respect to which the level of detail has changed.

Definition at line 50 of file OgreLodListener.h.

◆ movableObject

MovableObject* Ogre::MovableObjectLodChangedEvent::movableObject

The movable object whose level of detail has changed.

Definition at line 47 of file OgreLodListener.h.


The documentation for this struct was generated from the following file:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.