Moves the sprite in the direction of its orientation.

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

Syntax

C#
public void MoveLocal(
	float dx,
	float dy,
	float dz
)

Parameters

dx
Type: System..::.Single
Coordinate change in the axis X in the direction of the orientation.
dy
Type: System..::.Single
Coordinate change in the axis Y in the direction of the orientation.
dz
Type: System..::.Single
Coordinate change in the axis Z in the direction of the orientation.

See Also