Click or drag to resize

IMap3DTPointItem Property (TPoint)

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

Parameters

point
Type: TPoint

Property Value

Type: Vector3
See Also