Moves the sprite.

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

Syntax

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

Parameters

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

See Also