mirror of https://github.com/axmolengine/axmol.git
Updated the comments for CCBMemberVariableAssigner.
This commit is contained in:
parent
0187bb6504
commit
c5214dd485
|
@ -35,7 +35,7 @@ class CCBMemberVariableAssigner {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The callback function of assigning custom properties.
|
* The callback function of assigning custom properties.
|
||||||
* @note The member variable must be CCNode or its subclass.
|
* @note The member variable must be Integer, Float, Boolean or String.
|
||||||
* @param pTarget The custom class.
|
* @param pTarget The custom class.
|
||||||
* @param pMemberVariableName The name of the member variable.
|
* @param pMemberVariableName The name of the member variable.
|
||||||
* @param pValue The value of the property.
|
* @param pValue The value of the property.
|
||||||
|
|
Loading…
Reference in New Issue