MixedRealityToolkitFiles.MapModulePath(MixedRealityToolkitModuleType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the relative asset folder path to the provided Module type
public:
static System::String ^ MapModulePath(Microsoft::MixedReality::Toolkit::Utilities::Editor::MixedRealityToolkitModuleType module);
public static string MapModulePath (Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityToolkitModuleType module);
static member MapModulePath : Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityToolkitModuleType -> string
Public Shared Function MapModulePath (module As MixedRealityToolkitModuleType) As String
Parameters
Module type to search for
Returns
Remarks
Returns first valid module folder path (relative) found. Returns null otherwise.