Sets sprite velocity.

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

Syntax

C#
public void SetVelocity(
	float x,
	float y,
	float z
)

Parameters

x
Type: System..::.Single
New velocity in direction X.
y
Type: System..::.Single
New velocity in direction Y.
z
Type: System..::.Single
New velocity in direction Z.

See Also