Click or drag to resize

InspectableSplicedVectorPointCreateTBasePoint Method (SplicedPointTBasePoint)

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<TBasePoint>(
	SplicedPoint<TBasePoint> point
)
where TBasePoint : Object, IVectorPoint<TBasePoint>, IGridPoint<TBasePoint>

Parameters

point
Type: Gamelogic.GridsSplicedPointTBasePoint

Type Parameters

TBasePoint

Return Value

Type: InspectableSplicedVectorPoint
See Also