 | 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[VersionAttribute(1, 1, 0)]
public TShapeOp SymmetricDifference()
Return Value
Type:
TShapeOpThe resulting shape is the union of the first and immediately following shape, minus
the intersection of the two shapes.
See Also