Class MagicLeapManifestSettings
Inheritance
MagicLeapManifestSettings
Assembly: UnityEditor.XR.MagicLeap.dll
Syntax
public class MagicLeapManifestSettings : ScriptableObject
Fields
kBuildManifestPath
Declaration
public const string kBuildManifestPath = "Temp/StagingArea/Temp/manifest.xml"
Field Value
kCustomManifestPath
Declaration
public const string kCustomManifestPath = "Assets/Plugins/Lumin/manifest.xml"
Field Value
kDefaultSettingsPath
Declaration
public const string kDefaultSettingsPath = "Assets/Plugins/Lumin/MagicLeapManifestSettings.asset"
Field Value
Properties
allowBackgroundMusicService
Declaration
public bool allowBackgroundMusicService { get; set; }
Property Value
customManifestExists
Declaration
public static bool customManifestExists { get; }
Property Value
minimumAPILevel
Declaration
public int minimumAPILevel { get; set; }
Property Value
requiredPermissions
Declaration
public IEnumerable<string> requiredPermissions { get; }
Property Value
Methods
GetOrCreateSettings(string)
Declaration
public static MagicLeapManifestSettings GetOrCreateSettings(string path = "Assets/Plugins/Lumin/MagicLeapManifestSettings.asset")
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
TryGetPrivilegeRequested(string, out bool)
Declaration
public bool TryGetPrivilegeRequested(string name, out bool isRequested)
Parameters
Type |
Name |
Description |
string |
name |
|
bool |
isRequested |
|
Returns