Class MagicLeapRemoteImportSupport
Inheritance
System.Object
MagicLeapRemoteImportSupport
Syntax
public static class MagicLeapRemoteImportSupport
Properties
host
Declaration
public static string host { get; }
Property Value
| Type |
Description |
| System.String |
|
sdkPath
Declaration
public static string sdkPath { get; }
Property Value
| Type |
Description |
| System.String |
|
version
Declaration
public static string version { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
LocateMLRemoteLibraries()
Declaration
public static IEnumerable<string> LocateMLRemoteLibraries()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.String> |
|
TryResolveMLPluginPath(String, out String)
Declaration
public static bool TryResolveMLPluginPath(string name, out string path)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| System.String |
path |
|
Returns
| Type |
Description |
| System.Boolean |
|