Enum PerformanceNotificationLevel
Notification level about the performance state of the platform.
Namespace: UnityEngine.XR.OpenXR.Features.Extensions.PerformanceSettings
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum PerformanceNotificationLevel
Remarks
Members of this enumeration are reported in the events dispatched by XRPerformanceSettingsFeature.UnityAction<PerformanceChangeNotification> OnXrPerformanceChangeNotification.
Fields
Name | Description |
---|---|
Impaired | Performance is degraded. |
Normal | Performance is in nominal status. |
Warning | Early warning for potential performance degradation. |