docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct PerformanceChangeNotification

    Notification about the performance state of the platform.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)