Version: 2023.1
LanguageEnglish
  • C#

Collider2D.compositeOperation

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public Collider2D.CompositeOperation compositeOperation;

Description

The composite operation to be used by a CompositeCollider2D.

A CompositeCollider2D is used when the composite operation is anything other than Collider2D.CompositeOperation.None.

When a CompositeCollider2D is used, the Collider geometry is merged together using this composite operation with any other Colliders using the same CompositeCollider2D. The composite operation order is controlled with Collider2D.compositeOrder.

NOTE: When a CompositeCollider2D is used, the Editor will ignore and not show the Collider2D.sharedMaterial, Collider2D.isTrigger & Collider2D.usedByEffector properties. The same properties on the CompositeCollider2D will be used instead. You should set these properties on the CompositeCollider2D instead. Also, this property is only available with the BoxCollider2D, PolygonCollider2D, CircleCollider2D and CapsuleCollider2D.

See Also: Collider2D.compositeOperation, Collider2D.compositeOrder and CompositeCollider2D.