Interface: Range
Defined in: particles/components/particle-emitter.ts:13
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:21
The maximum value of the range.
min
min:
number
Defined in: particles/components/particle-emitter.ts:17
The minimum value of the range.