![]() |
Runtime Spawner 1.2.5
Generic Runtime spawn and instance pooling system for spawning random AI agents around a map. Works with ANY AI system easily.
|
Serializable container for a floating-point range. Drawn in the Inspector with a min–max slider when annotated with MinMaxRangeAttribute. More...
Public Member Functions | |
FloatRange (float min, float max) | |
Creates a new floating-point range. | |
Public Attributes | |
float | min |
Minimum value for the range. | |
float | max |
Maximum value for the range. | |
Serializable container for a floating-point range. Drawn in the Inspector with a min–max slider when annotated with MinMaxRangeAttribute.
MegaCrush.Spawner.FloatRange.FloatRange | ( | float | min, |
float | max ) |
Creates a new floating-point range.
min | Minimum value. |
max | Maximum value. |
float MegaCrush.Spawner.FloatRange.max |
Maximum value for the range.
float MegaCrush.Spawner.FloatRange.min |
Minimum value for the range.