Enum CinemachineTriggerAction.ActionSettings.Mode
What action to take
Namespace: Cinemachine
Syntax
public enum Mode
Fields
| Name | Description | Value |
|---|---|---|
| Custom | Use the event only |
0 |
| PriorityBoost | Boost priority of virtual camera target |
1 |
| Activate | Activate the target GameObject |
2 |
| Deactivate | Decativate target GameObject |
3 |
| Enable | Enable a component |
4 |
| Disable | Disable a component |
5 |