ImageElement record
Escape hatch: plugin supplies its own PNG; framework displays it. Consistency is the plugin’s responsibility here (the one unenforced spot).
public record ImageElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| ImageElement(…) | Escape hatch: plugin supplies its own PNG; framework displays it. Consistency is the plugin’s responsibility here (the one unenforced spot). |
| Height { get; set; } | |
| Png { get; set; } | |
| Width { get; set; } |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services