Sets the texture scrool speed - offset change in one second.

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

Syntax

C#
public void SetScrollSpeed(
	float x,
	float y
)

Parameters

x
Type: System..::.Single
Texture offset change in the X axis, in one second.
y
Type: System..::.Single
Texture offset change in the Y axis, in one second.

See Also