Class MixedRealityToolkitConfigurationProfileInspector
Inheritance
MixedRealityToolkitConfigurationProfileInspector
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Editor
Assembly: cs.temp.dll.dll
Syntax
public class MixedRealityToolkitConfigurationProfileInspector : BaseMixedRealityToolkitConfigurationProfileInspector
Methods
CheckSystemConfiguration(String, Boolean, 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, bool systemEnabled, SystemType systemType, bool validProfile)
Parameters
| Type | Name | Description |
|---|---|---|
| String | service | name of service being tested |
| Boolean | systemEnabled | true if checkbox enabled, false otherwise |
| 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()