Sets the sprite local pivot (center of rotation) coordinates.

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

Syntax

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

Parameters

x
Type: System..::.Single
The new X coordinate.
y
Type: System..::.Single
The new Y coordinate.
z
Type: System..::.Single
The new Z coordinate.

See Also