Click or drag to resize

InspectableVectorPointCreateTPoint Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
public static InspectableVectorPoint Create<TPoint>(
	IVectorPoint<TPoint> point
)
where TPoint : Object, IGridPoint<TPoint>, IVectorPoint<TPoint>

Parameters

point
Type: Gamelogic.GridsIVectorPointTPoint

Type Parameters

TPoint

Return Value

Type: InspectableVectorPoint
See Also