shapeModule.ArcMode 枚举
粒子在扇形区域的发射方式
索引
- Random
- Loop
- PingPong
Details
Random
随机位置发射
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/particle/enum.ts:115 | 
Loop
沿某一方向循环发射,每次循环方向相同
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/particle/enum.ts:121 | 
PingPong
循环发射,每次循环方向相反
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/particle/enum.ts:127 | 
