Click or drag to resize

InspectableSplicedVectorPointCreateTPoint, TBasePoint Method (ISplicedPointTPoint, TBasePoint)

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

Parameters

point
Type: Gamelogic.GridsISplicedPointTPoint, TBasePoint

Type Parameters

TPoint
TBasePoint

Return Value

Type: InspectableSplicedVectorPoint
See Also