MixedRealityExtensionServiceAttribute Constructor    
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.
Constructor
public MixedRealityExtensionServiceAttribute(Microsoft.MixedReality.Toolkit.Utilities.SupportedPlatforms runtimePlatforms, string name = "", string defaultProfilePath = "", string packageFolder = "MixedRealityToolkit", bool requiresProfile = false);
	new Microsoft.MixedReality.Toolkit.MixedRealityExtensionServiceAttribute : Microsoft.MixedReality.Toolkit.Utilities.SupportedPlatforms * string * string * string * bool -> Microsoft.MixedReality.Toolkit.MixedRealityExtensionServiceAttribute
	Public Sub New (runtimePlatforms As SupportedPlatforms, Optional name As String = "", Optional defaultProfilePath As String = "", Optional packageFolder As String = "MixedRealityToolkit", Optional requiresProfile As Boolean = false)
	Parameters
- runtimePlatforms
 - SupportedPlatforms
 
The platforms on which the extension service is supported.
- name
 - String
 
- defaultProfilePath
 - String
 
The relative path to the default profile asset.
- packageFolder
 - String
 
The package folder to which the path is relative.
- requiresProfile
 - Boolean