![]() |
Murl Engine API
Version 2018.3
|
The base interface for all physics objects. More...
#include <murl_physics_i_object.h>
The base interface for all physics objects.
Public Member Functions | |
virtual IObject * | GetObjectInterface ()=0 |
Get the mutable IObject interface. More... | |
virtual const IObject * | GetObjectInterface () const =0 |
Get the constant IObject interface. More... | |
virtual Bool | Init ()=0 |
Initialize this object. More... | |
virtual Bool | DeInit ()=0 |
De-initialize this object. More... | |
virtual Bool | IsInitialized () const =0 |
Check if this object is initialized. More... | |
![]() | |
virtual | ~IFactoryObject () |
The destructor. More... | |
virtual const ClassInfo * | GetObjectClassInfo () const=0 |
Get the object instance's class info, if present. More... | |
virtual void | ResetObjectProperties ()=0 |
Reset the object instance's properties to their default values. | |
Additional Inherited Members | |
![]() | |
typedef Array< const ClassInfo *> | ClassInfoArray |
Definition of an array of ClassInfo objects. More... | |
![]() | |
static const PropertyInfo * | GetPropertyInfo () |
Get the class' property info struct. More... | |
static const AttributeInfo * | GetAttributeInfo () |
Get the class' attribute info struct. More... | |
static void | ResetProperties (IFactoryObject< IObject > *object) |
Reset an object instance's properties to their default values. More... | |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Check if this object is initialized.