Class MagicLeapSettings.GLCache | Magic Leap XR Plugin | 5.0.1-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Class MagicLeapSettings.GLCache

    Inheritance
    Object
    MagicLeapSettings.GLCache
    Namespace: UnityEngine.XR.MagicLeap
    Syntax
    [Serializable]
    public class GLCache

    Properties

    enabled

    Declaration
    public bool enabled { get; set; }
    Property Value
    Type Description
    Boolean

    maxBlobSizeInBytes

    Declaration
    public uint maxBlobSizeInBytes { get; set; }
    Property Value
    Type Description
    UInt32

    maxFileSizeInBytes

    Declaration
    public uint maxFileSizeInBytes { get; set; }
    Property Value
    Type Description
    UInt32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX