|
class | MegaCrush.Spawner.MinMaxRangeAttribute |
| Attribute to draw a min–max slider in the Unity Inspector. Can be applied to:
-
Vector2 or Vector2Int fields.
-
Custom serializable structs with fields named
min and max (float or int).
More...
|
|
struct | MegaCrush.Spawner.FloatRange |
| Serializable container for a floating-point range. Drawn in the Inspector with a min–max slider when annotated with MinMaxRangeAttribute. More...
|
|
struct | MegaCrush.Spawner.IntRange |
| Serializable container for an integer range. Drawn in the Inspector with a min–max slider when annotated with MinMaxRangeAttribute. More...
|
|