Sets the texture offset.

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

Syntax

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

Parameters

x
Type: System..::.Single
New offset in the X axis.
y
Type: System..::.Single
New offset in the Y axis.

See Also