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.

Capture

enumeration

Description

Used to specify the phases where an event handler should be executed.

Properties

NoCaptureThe event handler should be executed during the target and bubble up phases.
CaptureThe event handler should be executed during the capture and the target phases.