Burst Class
The burst of 3d particle.
Index
Properties
timeNumberTime between the start of the particle system and the trigger of this BrustminCountNumberMinimum number of emitted particlesmaxCountNumberMaximum number of emitted particlesrepeatCountNumberThe number of times Burst was triggered.repeatIntervalNumberInterval of each triggercountCurveRangeNumber of particles emitted
Details
Properties
time
Time between the start of the particle system and the trigger of this Brust
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/particle/burst.ts:19 |
minCount
Minimum number of emitted particles
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/particle/burst.ts:34 |
maxCount
Maximum number of emitted particles
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/particle/burst.ts:42 |
repeatCount
The number of times Burst was triggered.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/particle/burst.ts:53 |
repeatInterval
Interval of each trigger
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/particle/burst.ts:68 |
count
Number of particles emitted
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/burst.ts:76 |