Skip to main content

CCAnimationCache

CCAnimationCache

Cocos2D

Inheritance: System.Object

Constructors

CCAnimationCache()

CCAnimationCache()()

Properties

this[string](Cocos2D.CCAnimation)
SharedAnimationCache(Cocos2D.CCAnimationCache)

Methods

AddAnimation(CCAnimation, string)

AddAnimation(CCAnimation, string)(Cocos2D.CCAnimation animation, System.String name)
Parameters:
animation (Cocos2D.CCAnimation)
name (System.String)

AddAnimationsWithDictionary(PlistDictionary)

AddAnimationsWithDictionary(PlistDictionary)(Cocos2D.PlistDictionary dictionary)
Parameters:
dictionary (Cocos2D.PlistDictionary)

AddAnimationsWithFile(string)

AddAnimationsWithFile(string)(System.String plist)
Parameters:
plist (System.String)

AnimationByName(string)

Cocos2D.CCAnimation AnimationByName(string)(System.String name)
Parameters:
name (System.String)
Returns:
Cocos2D.CCAnimation

Init()

System.Boolean Init()()
Returns:
System.Boolean

PurgeSharedAnimationCache()

PurgeSharedAnimationCache()()

RemoveAnimationByName(string)

RemoveAnimationByName(string)(System.String name)
Parameters:
name (System.String)