Skip to content
Version 2.11.0
↓ Get the launcher

WindowSpec.Draggable property

When true the window is a movable dialog: drag-by-title-bar (the post-drag rect is committed + persisted) and excluded from the Shift+` Layout editor (it owns its own position). When false the window is positioned via the Layout editor and any title-bar drag is discarded. Defaults false. Settings windows + opt-in plugin panels (e.g. StatInspector settings) set this true.

public bool Draggable { get; set; }