#include <OgreUserDefinedObject.h>
Public Methods | |
UserDefinedObject () | |
Standard constructor. More... | |
virtual long | getTypeID (void) |
Return a number identifying the type of user dedined object. More... |
Because OGRE never uses instances of this object itself, there is very little definition to this class; the application is expected to add all the detail it wants. However, as a hint, and for debugging purposes, this class does define a 'type id', which it is recommended you use to differentiate between your subclasses, if you have more than one type.
|
Standard constructor.
|
|
Return a number identifying the type of user dedined object.
|
Copyright © 2002 by The OGRE Team