WindowActivationState
Specifies the set of reasons that a windowActivated event was raised.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public enum WindowActivationState
Fields
Value | Description |
|---|---|
| CodeActivated | The window was activated. |
| Deactivated | The window was deactivated. |
| PointerActivated | The window was activated by pointer interaction. |