Table of Contents

Method Union

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Union(ExplicitShape1)

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

public ExplicitShape.ExplicitShape1 Union(ExplicitShape.ExplicitShape1 shape)

Parameters

shape ExplicitShape.ExplicitShape1

The shape to union with.

Returns

ExplicitShape.ExplicitShape1

The union of the two shapes.