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