Table of Contents

Enum InspectorHeaderPosition

Namespace
MonkeyLoader.Resonite.UI
Assembly
MonkeyLoader.Resonite.Integration.dll

Describes where added header elements will appear.

public enum InspectorHeaderPosition

Fields

AfterName = 1

To the right of the name segment (before duplicate and remove).

BeforeName = 0

To the left of the name segment (same as Start).

End = 2

At the end (right) of the header bar (after duplicate and remove).

Start = 0

At the start (left) of the header bar.