Field OnWindowFocused
An event that is triggered when this volume camera's window gains or loses focus, as defined by the OS.
The first argument is a boolean indicating if the window has focus or not.
Namespace: Unity.PolySpatial
Assembly: solution.dll
Syntax
[SerializeField]
[Tooltip("An event that is triggered when this volume camera's window's gains or loses focus.")]
public UnityEvent<bool> OnWindowFocused
Returns
Type | Description |
---|---|
UnityEvent<bool> |