Click or drag to resize

SplicedPointTBasePoint Constructor

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public SplicedPoint(
	TBasePoint basePoint,
	int index,
	int spliceCount
)

Parameters

basePoint
Type: TBasePoint
index
Type: SystemInt32
spliceCount
Type: SystemInt32
See Also