Struct XrEventDataGlobalDimmingLevelChangedANDROID
Dimming level changed event. The runtime must queue this event upon a successful call to the xrBeginSession function, so that the application can be in sync on the state when a session begins running.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Android
Assembly: Unity.XR.AndroidOpenXR.dll
Syntax
public readonly struct XrEventDataGlobalDimmingLevelChangedANDROID
Properties
next
null or a pointer to the next structure in a structure chain.
Declaration
public void* next { get; }
Property Value
| Type | Description |
|---|---|
| void* |
session
Handle of the xrSession
Declaration
public ulong session { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
type
The XrStructureType of this struct.
Declaration
public XrStructureType type { get; }
Property Value
| Type | Description |
|---|---|
| XrStructureType |