Moves the sprite in its direction.

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

Syntax

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

Parameters

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

See Also