Gets the Baltie's cube at the location [x,y,z].

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

Syntax

C#
public BaltieSpaceCube this[
	int x,
	int y,
	int z
] { get; }

Parameters

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

See Also