Enum TrackLayer.EnableTrigger
Defines the conditions under which this layer is enabled.
Namespace: Music
Assembly: cs.temp.dll.dll
Syntax
public enum TrackLayer.EnableTrigger
Fields
| Name | Description |
|---|---|
| Button | Enabled when a button is pressed. |
| Collectible | Enabled when a collectible is interacted with. |
| ConstantForce | Enabled when a constant force is applied to the player. |
| ElectromagneticPulse | Enabled during an electromagnetic pulse event. |
| EndOfLevel | Enabled at the end of a level. |
| Goal | Enabled when a goal is activated. |
| Magnetism | Enabled when the player is magnetized. |
| Movement | Enabled when the player is moving. |
| Scene | Enabled when a specific scene is active. |
| Toggle | Enabled when a toggle is active. |