Skip to main content

CCBAnimationManager

CCBAnimationManager

Cocos2D

Inheritance: System.Object

Constructors

CCBAnimationManager()

CCBAnimationManager()()

Fields

_jsControlled(System.Boolean)
_owner(System.Object)

Properties

AutoPlaySequenceId(System.Int32)
Delegate(Cocos2D.CCBAnimationManagerDelegate)
DocumentControllerName(System.String)
RootContainerSize(Cocos2D.CCSize)
RootNode(Cocos2D.CCNode)
RunningSequenceName(System.String)
Sequences(System.Collections.Generic.ListCocos2D.CCBSequence)

Methods

ActionForCallbackChannel(CCBSequenceProperty)

System.Object ActionForCallbackChannel(CCBSequenceProperty)(Cocos2D.CCBSequenceProperty channel)
Parameters:
channel (Cocos2D.CCBSequenceProperty)
Returns:
System.Object

ActionForSoundChannel(CCBSequenceProperty)

System.Object ActionForSoundChannel(CCBSequenceProperty)(Cocos2D.CCBSequenceProperty channel)
Parameters:
channel (Cocos2D.CCBSequenceProperty)
Returns:
System.Object

AddDocumentCallbackName(string)

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

AddDocumentCallbackNode(CCNode)

AddDocumentCallbackNode(CCNode)(Cocos2D.CCNode node)
Parameters:
node (Cocos2D.CCNode)

AddDocumentOutletName(string)

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

AddDocumentOutletNode(CCNode)

AddDocumentOutletNode(CCNode)(Cocos2D.CCNode node)
Parameters:
node (Cocos2D.CCNode)

AddNode(CCNode, Dictionary>)

AddNode(CCNode, Dictionary>)(Cocos2D.CCNode node, System.Collections.Generic.DictionarySystem.Int32,System.Collections.Generic.DictionarySystem.String,Cocos2D.CCBSequenceProperty pSeq)
Parameters:
node (Cocos2D.CCNode)
pSeq (System.Collections.Generic.DictionarySystem.Int32,System.Collections.Generic.DictionarySystem.String,Cocos2D.CCBSequenceProperty)

GetContainerSize(CCNode)

Cocos2D.CCSize GetContainerSize(CCNode)(Cocos2D.CCNode node)
Parameters:
node (Cocos2D.CCNode)
Returns:
Cocos2D.CCSize

GetDocumentCallbackNames()

System.Collections.Generic.ListSystem.String GetDocumentCallbackNames()()
Returns:
System.Collections.Generic.ListSystem.String

GetDocumentCallbackNodes()

System.Collections.Generic.ListCocos2D.CCNode GetDocumentCallbackNodes()()
Returns:
System.Collections.Generic.ListCocos2D.CCNode

GetDocumentOutletNames()

System.Collections.Generic.ListSystem.String GetDocumentOutletNames()()
Returns:
System.Collections.Generic.ListSystem.String

GetDocumentOutletNodes()

System.Collections.Generic.ListCocos2D.CCNode GetDocumentOutletNodes()()
Returns:
System.Collections.Generic.ListCocos2D.CCNode

GetKeyframeCallbacks()

System.Collections.Generic.ListSystem.String GetKeyframeCallbacks()()
Returns:
System.Collections.Generic.ListSystem.String

GetLastCompletedSequenceName()

System.String GetLastCompletedSequenceName()()
Returns:
System.String

Init()

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

MoveAnimationsFromNode(CCNode, CCNode)

MoveAnimationsFromNode(CCNode, CCNode)(Cocos2D.CCNode fromNode, Cocos2D.CCNode toNode)
Parameters:
fromNode (Cocos2D.CCNode)
toNode (Cocos2D.CCNode)

RunAnimations(int, float)

RunAnimations(int, float)(System.Int32 nSeqId, System.Single fTweenDuraiton)
Parameters:
nSeqId (System.Int32)
fTweenDuraiton (System.Single)

RunAnimations(string)

RunAnimations(string)(System.String pName)
Parameters:
pName (System.String)

RunAnimations(string, float)

RunAnimations(string, float)(System.String pName, System.Single fTweenDuration)
Parameters:
pName (System.String)
fTweenDuration (System.Single)

RunAnimationsForSequenceIdTweenDuration(int, float)

RunAnimationsForSequenceIdTweenDuration(int, float)(System.Int32 nSeqId, System.Single fTweenDuration)
Parameters:
nSeqId (System.Int32)
fTweenDuration (System.Single)

RunAnimationsForSequenceNamed(string)

RunAnimationsForSequenceNamed(string)(System.String pName)
Parameters:
pName (System.String)

RunAnimationsForSequenceNamedTweenDuration(string, float)

RunAnimationsForSequenceNamedTweenDuration(string, float)(System.String pName, System.Single fTweenDuration)
Parameters:
pName (System.String)
fTweenDuration (System.Single)

SetAnimationCompletedCallback(Action)

SetAnimationCompletedCallback(Action)(System.Action callbackFunc)
Parameters:
callbackFunc (System.Action)

SetBaseValue(object, CCNode, string)

SetBaseValue(object, CCNode, string)(System.Object pValue, Cocos2D.CCNode node, System.String pPropName)
Parameters:
pValue (System.Object)
node (Cocos2D.CCNode)
pPropName (System.String)

SetCallFunc(CCAction, string)

SetCallFunc(CCAction, string)(Cocos2D.CCAction callFunc, System.String callbackNamed)
Parameters:
callFunc (Cocos2D.CCAction)
callbackNamed (System.String)