ParagonBehaviourEditor
Definition
[CustomEditor(typeof(ParagonBehaviour), true, isFallback = true)]
public class ParagonBehaviourEditor : ParagonEditor<ParagonBehaviour>Remarks
Quick Lookup
Goal
How
Properties
subsystemProperty (protected)
Methods
EnableSubsystem
DisableSubsystem
SetDebugEnabled
Parameter
Type
Description
OnCreateGUI (override)
OnInspectorGUI (override)
Extension Points
Optional Overrides
Method
Purpose
Implementation Requirements
Examples
Custom Editor for a Specific Behaviour
See Also
Last updated