CCCallFuncO
CCCallFuncO
Cocos2DInheritance: 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.ObjectExample
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