Interface: MinMaxRange
Defined in: particles/components/particle-emitter.ts:12
Interface for range values with a min and max value. The real value will be randomly chosen between min and max
Properties
max
max:
number
Defined in: particles/components/particle-emitter.ts:20
The maximum value of the range.
min
min:
number
Defined in: particles/components/particle-emitter.ts:16
The minimum value of the range.