Moves the sprite in the direction of its orientation.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void MoveLocal(
	Vector3 delta
)

Parameters

delta
Type: Vector3
Vector Vector3 that gives the sprite position shift in the direction of its orientation.

See Also