Table of Contents

Method Union

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Union(ExplicitShape2)

Creates a new explicit shape that is the union of this shape and another shape.

public ExplicitShape.ExplicitShape2 Union(ExplicitShape.ExplicitShape2 shape2)

Parameters

shape2 ExplicitShape.ExplicitShape2

The shape to union with.

Returns

ExplicitShape.ExplicitShape2

The union of the two shapes.