Enum PerformanceDomain
Hardware system.
Namespace: UnityEngine.XR.OpenXR.Features.Extensions.PerformanceSettings
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum PerformanceDomain
Remarks
Use the members of this enumeration when setting a performance hint with XRPerformanceSettingsFeature.SetPerformanceLevelHint(PerformanceDomain, PerformanceLevelHint).
Members of this enumeration are reported in the events dispatched by XRPerformanceSettingsFeature.UnityAction<PerformanceChangeNotification> OnXrPerformanceChangeNotification.
Fields
Name | Description |
---|---|
Cpu | CPU hardware domain. |
Gpu | Graphics hardware domain. |