Skip to content
Version 2.11.0
↓ Get the launcher

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>
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; }