Skip to main content

CCCallFuncO

CCCallFuncO

Cocos2D

Inheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction → Cocos2D.CCActionInstant → Cocos2D.CCCallFunc

Implements: Cocos2D.ICCCopyable

Constructors

CCCallFuncO()

CCCallFuncO()()

CCCallFuncO(CCCallFuncO)

CCCallFuncO(CCCallFuncO)(Cocos2D.CCCallFuncO callFuncO)
Parameters:
callFuncO (Cocos2D.CCCallFuncO)

CCCallFuncO(Action, object)

CCCallFuncO(Action, object)(System.ActionSystem.Object selector, System.Object pObject)
Parameters:
selector (System.ActionSystem.Object)
pObject (System.Object)

Properties

Object(System.Object)

Methods

Copy(ICCCopyable)

System.Object Copy(ICCCopyable)(Cocos2D.ICCCopyable zone)
Parameters:
zone (Cocos2D.ICCCopyable)
Returns:
System.Object
Example

Execute()

Execute()()
Example

InitWithTarget(Action, object)

System.Boolean InitWithTarget(Action, object)(System.ActionSystem.Object selector, System.Object pObject)
Parameters:
selector (System.ActionSystem.Object)
pObject (System.Object)
Returns:
System.Boolean