|
| class | ATAS.Indicators.Heatmap.HeatmapIndicatorAttribute |
| | Marks a class as a heatmap indicator type and supplies discovery metadata. Apply to a concrete class that derives from HeatmapIndicator<TSettings> (or implements IHeatmapIndicator directly). More...
|
| |
| class | ATAS.Indicators.Heatmap.HeatmapIndicatorAttributeCache |
| | Reflection cache that amortises GetCustomAttribute<HeatmapIndicatorAttribute> to O(1) per type. Used by the typed Describe<TSelf> helper so the attribute becomes the single source of truth for the type id.
|
| |