Sets Baltie's coordinates in space.

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

Syntax

C#
public void SetPosition(
	int x,
	int y,
	int z
)

Parameters

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

Remarks

The coordinates [x,y,z] identify the cube coordinates in Baltie's space. SGP.Baltie..::.BaltieSpaceSGP.Baltie..::.Vector3Int

See Also