CompositeOperation

enumeration

Description

Specifies the composite operation to be used by a Collider2D.

Properties

NoneIndicates that a CompositeCollider2D will not be used i.e. no composite operation will take place.
MergeIndicates a composite operation that composes geometry using a Boolean OR operation.
IntersectIndicates a composite operation that composes geometry using a Boolean AND operation.
DifferenceIndicates a composite operation that composes geometry using a Boolean NOT operation.
FlipIndicates a composite operation that composes geometry using a Boolean XOR operation.

Did you find this page useful? Please give it a rating: