docs.unity3d.com
    Show / Hide Table of Contents

    Class MagicLeapManifestSettings

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

    Fields

    kBuildManifestPath

    Declaration
    public const string kBuildManifestPath = null
    Field Value
    Type Description
    String

    kCustomManifestPath

    Declaration
    public const string kCustomManifestPath = null
    Field Value
    Type Description
    String

    kDefaultSettingsPath

    Declaration
    public const string kDefaultSettingsPath = null
    Field Value
    Type Description
    String

    Properties

    allowBackgroundMusicService

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

    customManifestExists

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

    minimumAPILevel

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

    requiredPermissions

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

    Methods

    GetOrCreateSettings(String)

    Declaration
    public static MagicLeapManifestSettings GetOrCreateSettings(string path = null)
    Parameters
    Type Name Description
    String path
    Returns
    Type Description
    MagicLeapManifestSettings

    TryGetPrivilegeRequested(String, out Boolean)

    Declaration
    public bool TryGetPrivilegeRequested(string name, out bool isRequested)
    Parameters
    Type Name Description
    String name
    Boolean isRequested
    Returns
    Type Description
    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