shapeModule.ArcMode
Enum
粒子在扇形区域的发射方式
Index
Random
Loop
PingPong
Details
Random
随机位置发射
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/3d/particle/enum.ts:118 |
Loop
沿某一方向循环发射,每次循环方向相同
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/3d/particle/enum.ts:124 |
PingPong
循环发射,每次循环方向相反
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/3d/particle/enum.ts:130 |