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

See Also: CCMoveBy Members

Syntax

public class CCMoveBy : CCFiniteTimeAction

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)