Struct VisionOSAuthorizationEventArgs
Arguments provided by the AuthorizationChanged event
Inherited Members
Namespace: UnityEngine.XR.VisionOS
Assembly: Unity.XR.VisionOS.dll
Syntax
public struct VisionOSAuthorizationEventArgs
Properties
status
The new status for this authorization type.
Declaration
public VisionOSAuthorizationStatus status { readonly get; set; }
Property Value
Type | Description |
---|---|
VisionOSAuthorizationStatus |
type
The type of authorization that was requested and/or has changed.
Declaration
public VisionOSAuthorizationType type { readonly get; set; }
Property Value
Type | Description |
---|---|
VisionOSAuthorizationType |