CocosSharp.CCMoveTo Class
Moves a object to the position x,y. x and y are absolute coordinates by modifying it's position attribute. Several actions can be concurrently called, and the resulting movement will be the sum of individual movements. v2.1beta2-custom

See Also: CCMoveTo Members

Syntax

public class CCMoveTo : CCMoveBy

Remarks

When this action is added to a CCNode, the action will run over a period of time.

Requirements

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