Skip to content
Version 2.11.0
↓ Get the launcher

BackdropElement record

Full-size black backdrop behind all content — an ignoreLayout Image that stretches to cover its parent GO. Place as the FIRST child of a ColumnElement so all siblings render on top. Opacity (0..1) is poll-diffed each Apply tick so a settings slider updates it in real time.

public record BackdropElement : IEquatable<HudElement>
name description
BackdropElement(…) Full-size black backdrop behind all content — an ignoreLayout Image that stretches to cover its parent GO. Place as the FIRST child of a ColumnElement so all siblings render on top. Opacity (0..1) is poll-diffed each Apply tick so a settings slider updates it in real time.
Opacity { get; set; }