mirror of https://github.com/axmolengine/axmol.git
[ci skip]Action,ActionCamera,ActionCatmullRom,Animation,AnimationCache,AtlasNode
This commit is contained in:
parent
ee8776f041
commit
31944da08c
|
@ -113,7 +113,7 @@ public:
|
|||
ValueMap& getUserInfo() { return _userInfo; };
|
||||
|
||||
/** Sets user infomation.
|
||||
* @param A dictionary as UserInfo.
|
||||
* @param userInfo A dictionary as UserInfo.
|
||||
*/
|
||||
void setUserInfo(const ValueMap& userInfo)
|
||||
{
|
||||
|
|
|
@ -112,7 +112,7 @@ public:
|
|||
|
||||
/** Adds an animation from an NSDictionary.
|
||||
* Make sure that the frames were previously loaded in the SpriteFrameCache.
|
||||
* @param an NSDictionary.
|
||||
* @param dictionary An NSDictionary.
|
||||
* @param plist The path of the relative file,it use to find the plist path for load SpriteFrames.
|
||||
* @since v1.1
|
||||
*/
|
||||
|
@ -123,7 +123,7 @@ public:
|
|||
* @since v1.1
|
||||
* @js addAnimations
|
||||
* @lua addAnimations
|
||||
* @param An animation from a plist file.
|
||||
* @param plist An animation from a plist file.
|
||||
*/
|
||||
void addAnimationsWithFile(const std::string& plist);
|
||||
|
||||
|
|
Loading…
Reference in New Issue