Click or drag to resize

IMapTPointItem Property (Vector2)

Gets a grid point given a world point.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
TPoint this[
	Vector2 point
] { get; }

Parameters

point
Type: Vector2

Property Value

Type: TPoint
See Also