Click or drag to resize

IMap3DTPointItem Property (Vector3)

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[
	Vector3 point
] { get; }

Parameters

point
Type: Vector3

Property Value

Type: TPoint
See Also