Struct PerformanceChangeNotification
Notification about the performance state of the platform.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Extensions.PerformanceSettings
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct PerformanceChangeNotification
Remarks
This struct is part of the events dispatched by XRPerformanceSettingsFeature.UnityAction<PerformanceChangeNotification> OnXrPerformanceChangeNotification.
Fields
domain
Platform domain that the notification is about.
Declaration
public PerformanceDomain domain
Field Value
Type | Description |
---|---|
PerformanceDomain |
fromLevel
Previous performance level.
Declaration
public PerformanceNotificationLevel fromLevel
Field Value
Type | Description |
---|---|
PerformanceNotificationLevel |
subDomain
Platform subdomain that the notification is about.
Declaration
public PerformanceSubDomain subDomain
Field Value
Type | Description |
---|---|
PerformanceSubDomain |
toLevel
Upcoming performance level.
Declaration
public PerformanceNotificationLevel toLevel
Field Value
Type | Description |
---|---|
PerformanceNotificationLevel |