|
Runtime Spawner 1.5.0
Generic Runtime spawn and instance pooling system for spawning random AI agents around a map. Works with ANY AI system easily.
|
Serializable container for an integer range. Drawn in the Inspector with a min–max slider when annotated with MinMaxRangeAttribute. More...
Public Member Functions | |
| IntRange (int min, int max) | |
| Creates a new integer range. | |
Public Attributes | |
| int | min |
| Minimum value for the range. | |
| int | max |
| Maximum value for the range. | |
Serializable container for an integer range. Drawn in the Inspector with a min–max slider when annotated with MinMaxRangeAttribute.
| MegaCrush.Spawner.IntRange.IntRange | ( | int | min, |
| int | max ) |
Creates a new integer range.
| min | Minimum value. |
| max | Maximum value. |
| int MegaCrush.Spawner.IntRange.max |
Maximum value for the range.
| int MegaCrush.Spawner.IntRange.min |
Minimum value for the range.