Gets the cube coordinates in front of Baltie the given cube count away.

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

Syntax

C#
public Vector3Int GetFrontPosition(
	int n
)

Parameters

n
Type: System..::.Int32
Number of cubes.

Return Value

The coordinates (Vector3Int) of cube n cubes away.

See Also