CocosSharp.CCAction.StartAction Method
Performs an action on the specified target node.

Syntax

protected virtual CCActionState StartAction (CCNode target)

Parameters

target
The target node whose attributes will be modified by the running action.

Returns

An CocosSharp.CCActionState object that represent a running instance of the action.

Remarks

A user can alternatively call CCNode.RunAction(CCAction) on the target node to start the action. Note, that each time StartAction is called a new CocosSharp.CCActionState is created.

Requirements

Namespace: CocosSharp
Assembly: CocosSharp (in CocosSharp.dll)