CCAnimationFrame
CCAnimationFrame
Cocos2DInheritance: System.Object
Implements: Cocos2D.ICCCopyable
Constructors
CCAnimationFrame()
CCAnimationFrame()()
Properties
DelayUnits(System.Single)
SpriteFrame(Cocos2D.CCSpriteFrame)
UserInfo(Cocos2D.PlistDictionary)
Methods
Copy()
Cocos2D.CCAnimationFrame Copy()()
Returns:
Cocos2D.CCAnimationFrame
Copy(ICCCopyable)
System.Object Copy(ICCCopyable)(Cocos2D.ICCCopyable pZone)
Parameters:
pZone
(Cocos2D.ICCCopyable)Returns:
System.Object
Example
InitWithSpriteFrame(CCSpriteFrame, float, PlistDictionary)
System.Boolean InitWithSpriteFrame(CCSpriteFrame, float, PlistDictionary)(Cocos2D.CCSpriteFrame spriteFrame, System.Single delayUnits, Cocos2D.PlistDictionary userInfo)
Parameters:
spriteFrame
(Cocos2D.CCSpriteFrame)delayUnits
(System.Single)userInfo
(Cocos2D.PlistDictionary)Returns:
System.Boolean