#include <OgreUserDefinedObject.h>
Public Methods | |
UserDefinedObject () | |
Standard constructor. | |
virtual long | getTypeID (void) const |
Return a number identifying the type of user defined object. | |
virtual const String & | getTypeName (void) const |
Return a string identifying the type of user defined object. |
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.
Definition at line 52 of file OgreUserDefinedObject.h.
|
Standard constructor.
Definition at line 32 of file OgreUserDefinedObject.cpp. |
|
Return a number identifying the type of user defined object.
Definition at line 36 of file OgreUserDefinedObject.cpp. |
|
Return a string identifying the type of user defined object.
Definition at line 40 of file OgreUserDefinedObject.cpp. |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:21:13 2004