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)

Copy/Duplicatae protocol for making a self copy of this object instance. If null is given as the parameter then selfie of this instance is returned. Otherwise, the state of this instance is copied to the given target.

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