BrandLogoElement record
Animated brand logo (the launcher’s Stellar sparkle): an accent-tinted Sparkle inside an accent button cell, over a soft Glow halo whose alpha + scale PULSE. The renderer drives the pulse each frame (the builder is sandbox-pure → renders static in the sandbox). Size is the sparkle size (default 22).
public record BrandLogoElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| BrandLogoElement(…) | Animated brand logo (the launcher’s Stellar sparkle): an accent-tinted Sparkle inside an accent button cell, over a soft Glow halo whose alpha + scale PULSE. The renderer drives the pulse each frame (the builder is sandbox-pure → renders static in the sandbox). Size is the sparkle size (default 22). |
| Glow { get; set; } | |
| Size { get; set; } | |
| Sparkle { get; set; } |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services