Click or drag to resize

IGridToWorldMapTPointItem Property

Gets a world point given a grid point.

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

Parameters

point
Type: TPoint

Property Value

Type: Vector2
See Also