Click or drag to resize

AbstractShapeInfoTShapeInfo, TGrid, TPoint, TVectorPoint, TShapeOpSymmetricDifference Method

Calculates the symmetric difference of all storged shape info.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 1, 0)]
public TShapeOp SymmetricDifference()

Return Value

Type: TShapeOp
The resulting shape is the union of the first and immediately following shape, minus the intersection of the two shapes.
See Also