Class MixedRealityToolkitConfigurationProfileInspector
Inheritance
MixedRealityToolkitConfigurationProfileInspector
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Editor
Assembly: cs.temp.dll.dll
Syntax
public class MixedRealityToolkitConfigurationProfileInspector : BaseMixedRealityToolkitConfigurationProfileInspector
Methods
CheckSystemConfiguration(String, SystemType, Boolean)
Checks if a system is enabled and the service type or validProfile is null, then displays warning message to the user
Declaration
protected void CheckSystemConfiguration(string service, SystemType systemType, bool validProfile)
Parameters
Type | Name | Description |
---|---|---|
String | service | name of service being tested |
SystemType | systemType | Selected implementation type for service |
Boolean | validProfile | true if profile scriptableobject property is not null, false otherwise |
IsProfileInActiveInstance()
Declaration
protected override bool IsProfileInActiveInstance()
Returns
Type | Description |
---|---|
Boolean |
Overrides
OnEnable()
Declaration
protected override void OnEnable()
Overrides
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
RenderSystemDisabled(String)
Render helpbox that provided service string is disabled and none of its functionality will be loaded at runtime
Declaration
protected static void RenderSystemDisabled(string service)
Parameters
Type | Name | Description |
---|---|---|
String | service |