Describes a custom behaviour decorator.
More...
#include <GUIFactory.h>
|
eC_Int | m_iID |
| The behaviour class ID.
|
|
const char * | m_kClassName |
| The behaviour class ID as a string.
|
|
BehaviourCreateCallback | m_pkCreate |
| Pointer to an instance of the behaviour.
|
|
Describes a custom behaviour decorator.
◆ BehaviourDescriptor()
BehaviourDescriptor::BehaviourDescriptor |
( |
eC_Int |
iID, |
|
|
const char * |
rkClassName, |
|
|
BehaviourCreateCallback |
pkCreate |
|
) |
| |
|
inline |
Constructs a behaviour descriptor.
- Parameters
-
iID | The unique class ID of the behaviour. |
rkClassName | The behaviour class ID as a string. |
pkCreate | Pointer to an instance of the custom behaviour. |
The documentation for this struct was generated from the following file: