Class MagicLeapManifestSettings | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class MagicLeapManifestSettings

    Inheritance
    System.Object
    MagicLeapManifestSettings
    Namespace: UnityEditor.XR.MagicLeap
    Syntax
    public class MagicLeapManifestSettings : ScriptableObject

    Fields

    kDefaultManifestPath

    Declaration
    public const string kDefaultManifestPath = "Assets/Plugins/Lumin/manifest.xml"
    Field Value
    Type Description
    System.String

    kDefaultSettingsPath

    Declaration
    public const string kDefaultSettingsPath = "Assets/Plugins/Lumin/MagicLeapManifestSettings.asset"
    Field Value
    Type Description
    System.String

    Properties

    customManifestExists

    Declaration
    public static bool customManifestExists { get; }
    Property Value
    Type Description
    System.Boolean

    minimumAPILevel

    Declaration
    public int minimumAPILevel { get; set; }
    Property Value
    Type Description
    System.Int32

    requiredPermissions

    Declaration
    public IEnumerable<string> requiredPermissions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    Methods

    GetOrCreateSettings(String)

    Declaration
    public static MagicLeapManifestSettings GetOrCreateSettings(string path = "Assets/Plugins/Lumin/MagicLeapManifestSettings.asset")
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    MagicLeapManifestSettings

    TryGetPrivilegeRequested(String, out Boolean)

    Declaration
    public bool TryGetPrivilegeRequested(string name, out bool isRequested)
    Parameters
    Type Name Description
    System.String name
    System.Boolean isRequested
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023