Click or drag to resize

GridPoint2 Constructor

Creates a new instance of the GridPoint2 struct.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GridPoint2(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x-coordinate.
y
Type: SystemInt32
The y-coordinate.
See Also