Skip to main content

Class ServiceProfileInspector

Namespace: RealityCollective.ServiceFramework.Editor.Profiles

public class ServiceProfileInspector : BaseProfileInspector

Inheritance

UnityEditor.Editor ← BaseProfileInspectorServiceProfileInspector

Inherited Members

BaseProfileInspector.DefaultGuidString, BaseProfileInspector.ThisProfileGuidString, BaseProfileInspector.ThisProfile, BaseProfileInspector.OnEnable(), BaseProfileInspector.OnInspectorGUI(), BaseProfileInspector.RenderHeader(string, Texture2D), BaseProfileInspector.CreateCloneProfile()

Properties

Configurations

protected SerializedProperty Configurations { get; }

Property Value

SerializedProperty

ServiceConstraint

Gets the service constraint used to filter options listed in the configurations instance type dropdown. Set after OnEnable was called to override.

protected Type ServiceConstraint { get; set; }

Property Value

Type

Methods

DrawServiceModulePropertyDrawer()

protected void DrawServiceModulePropertyDrawer()

OnEnable()

protected override void OnEnable()

OnInspectorGUI()

public override void OnInspectorGUI()

RenderConfigurationOptions(bool)

protected virtual void RenderConfigurationOptions(bool forceExpanded = false)

Parameters

forceExpanded bool