RefCountKey Struct
Definition
Namespace: Brine2D.Assets
Value-type ref-counting key that avoids boxing the per-asset-type cache keys \(tuples, strings\) into object.
Implements System.IEquatable<RefCountKey>
| Properties | |
|---|---|
| Discriminator | Type-specific discriminator: TextureScaleMode for textures, point size for fonts, 0 otherwise. |
| Kind | The asset category this key identifies. |
| Path | Normalized asset path \(lowercased, forward\-slash separated\). |