#include <CCBMemberVariableAssigner.h>
virtual bool
onAssignCCBCustomProperty |
( |
CCObject * |
pTarget, |
|
|
const char * |
pMemberVariableName, |
|
|
CCBValue * |
pCCBValue |
|
) |
| |
|
inlinevirtual |
The callback function of assigning custom properties.
- Note
- The member variable must be Integer, Float, Boolean or String.
- Parameters
-
pTarget | The custom class. |
pMemberVariableName | The name of the member variable. |
pValue | The value of the property. |
- Returns
- Whether the assignment was successful.
virtual bool
onAssignCCBMemberVariable |
( |
CCObject * |
pTarget, |
|
|
const char * |
pMemberVariableName, |
|
|
CCNode * |
pNode |
|
) |
| |
|
pure virtual |
The callback function of assigning member variable.
- Note
- The member variable must be CCNode or its subclass.
- Parameters
-
pTarget | The custom class. |
pMemberVariableName | The name of the member variable. |
pNode | The member variable. |
- Returns
- Whether the assignment was successful.
The documentation for this class was generated from the following file: