Class MagicLeapManifestSettings
Inheritance
System.Object
MagicLeapManifestSettings
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
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 |
|