Class PerceptionSettingsProvider
Settings provider for the perception settings pane
Namespace: UnityEditor.Perception.GroundTruth
Syntax
public class PerceptionSettingsProvider : SettingsProvider
Methods
CreateProvider()
Creates the settings provider
Declaration
public static SettingsProvider CreateProvider()
Returns
Type | Description |
---|---|
SettingsProvider | The perception settings |
OnActivate(String, VisualElement)
Declaration
public override void OnActivate(string searchContext, VisualElement rootElement)
Parameters
Type | Name | Description |
---|---|---|
String | searchContext | |
VisualElement | rootElement |
OnDeactivate()
Declaration
public override void OnDeactivate()
OnGUI(String)
Declaration
public override void OnGUI(string searchContext)
Parameters
Type | Name | Description |
---|---|---|
String | searchContext |