Click or drag to resize

IGridSpaceTPointContains Method

Returns whether a point is inside the grid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool Contains(
	TPoint point
)

Parameters

point
Type: TPoint

Return Value

Type: Boolean
Remarks
Use this method to control the shape of the grid.
See Also