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>Public Members
Section titled “Public Members”| 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; } |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services