ActionSequenceDrawer

Property drawer for ActionSequence with reorderable list support.

Definition

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

[DrawerPriority(0.0, 0.0, 3005.0)]
public class ActionSequenceDrawer<TActionSequence> : ActionDrawer<TActionSequence> 
    where TActionSequence : ActionSequence

Inheritance: OdinValueDrawerActionDrawerActionSequenceDrawer

Features

  • Extends ActionDrawer with higher priority

  • Displays reorderable action sequence list

  • Shows ActionVariables below sequence

Overrides

  • defaultLabel returns "Action Sequence"

  • showProgressIndicator set to false

  • Custom DrawBody() for sequence list

See Also

Last updated

Was this helpful?