ActionPlayerEditor

Custom inspector for ActionPlayer with Play/Stop buttons.

Definition

Namespace: Paragon.Core.ActionSystem.Editor Assembly: Paragon.Editor.dll

[CustomEditor(typeof(ActionPlayer))]
public class ActionPlayerEditor : OdinEditor

Inheritance: OdinEditorActionPlayerEditor

Features

  • Standard Odin property tree rendering

  • Play and Stop buttons for testing actions at runtime

  • Buttons only visible when action is assigned

Inspector Layout

┌────────────────────────────────────┐
│ [Action Property Drawer]           │
├────────────────────────────────────┤
│    [Play]         [Stop]           │
└────────────────────────────────────┘

See Also

Last updated

Was this helpful?