Click or drag to resize

PointyRhombShapeInfoTCellEndGroup Method

Only call this method from within a PointyRhombOp method (usually, in client code, this will be in an extension). Since 1.1

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public PointyRhombShapeInfo<TCell> EndGroup(
	PointyRhombOp<TCell> op
)

Parameters

op
Type: Gamelogic.GridsPointyRhombOpTCell
The operator on which this shape is defined.

Return Value

Type: PointyRhombShapeInfoTCell
See Also