The DDD_Base class. Base class for Data Director objects.
More...
#include <DDD_Base.h>
|
static void | LogDebug (const char *format,...) |
|
static void | LogInfo (const char *format,...) |
|
static void | LogWarning (const char *format,...) |
|
static void | LogError (const char *format,...) |
|
The DDD_Base class. Base class for Data Director objects.
const char* GetInstanceName |
( |
| ) |
const |
|
inline |
- Returns
- Returns the instance name for this asset
- Returns
- Gets the list of initialization parameters for the object
virtual void SetInstanceName |
( |
const char * |
name | ) |
|
|
inlinevirtual |
Set the instance name for this asset
- Parameters
-
name | The instance name to set |
Reimplemented in DDD_RSOAsset.
Sets the initialization parameters. The params specified will be merged with the parameters in the asset. Parameters that don't exist will be added. Parameters that do exist will be updated.
- Parameters
-
params | A set of parameter values to update or add. |
Reimplemented in DDD_StructuredMemoryAsset.
std::string _instanceName |
|
protected |
The instance name of this object
The parameters of this object
- Warning
- Any parameter stored in this list will get deallocated in DDD_Base's destructor. Be wary of dangling pointers!
The documentation for this class was generated from the following file: