docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RenderingSettings

    Inheritance
    object
    RenderingSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.MagicLeap.Rendering
    Assembly: UnityEngine.XR.MagicLeap.dll
    Syntax
    public static class RenderingSettings

    Properties

    cameraScale

    Declaration
    public static float cameraScale { get; }
    Property Value
    Type Description
    float

    farClipDistance

    Declaration
    public static float farClipDistance { get; }
    Property Value
    Type Description
    float

    focusDistance

    Declaration
    public static float focusDistance { get; }
    Property Value
    Type Description
    float

    frameTimingHint

    Declaration
    public static FrameTimingHint frameTimingHint { get; }
    Property Value
    Type Description
    FrameTimingHint

    maxFarClipDistance

    Declaration
    public static float maxFarClipDistance { get; }
    Property Value
    Type Description
    float

    maxNearClipDistance

    Declaration
    [Obsolete("use minNearClipDistance instead")]
    public static float maxNearClipDistance { get; }
    Property Value
    Type Description
    float

    minNearClipDistance

    Declaration
    public static float minNearClipDistance { get; }
    Property Value
    Type Description
    float

    nearClipDistance

    Declaration
    public static float nearClipDistance { get; }
    Property Value
    Type Description
    float

    singlePassEnabled

    Declaration
    [Obsolete("use MagicLeapSettings.forceMultipass to force multipass rendering instead")]
    public static bool singlePassEnabled { get; }
    Property Value
    Type Description
    bool

    stabilizationDistance

    Declaration
    public static float stabilizationDistance { get; }
    Property Value
    Type Description
    float

    surfaceScale

    Declaration
    [Obsolete("Use UnityEngine.XR.XRSettings.renderViewportScale instead")]
    public static float surfaceScale { get; }
    Property Value
    Type Description
    float

    useProtectedSurface

    Declaration
    public static bool useProtectedSurface { get; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 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)