LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

GenerationType

enumeration

Switch to Manual

Description

Specifies when to generate the Composite Collider geometry.

Controls when the Composite Collider geometry is updated when a Collider used by a Composite Collider changes.

See Also: CompositeCollider2D.generationType.

Properties

SynchronousSets the Composite Collider geometry to update synchronously immediately when a Collider used by the Composite Collider changes.
ManualSets the Composite Collider geometry to not automatically update when a Collider used by the Composite Collider changes.