Sets animation start coordinates.

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

Syntax

C#
[DefaultMethodAttribute]
public void SetStartPosition(
	float x,
	float y,
	float z
)

Parameters

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

See Also