shapeModule.EmitLocation 枚举
粒子从发射器的哪个部位发射
索引
BaseEdgeShellVolume
Details
Base
基础位置发射(仅对 Circle 类型及 Cone 类型的粒子发射器适用)
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/3d/particle/enum.ts:88 |
Edge
边框位置发射(仅对 Box 类型及 Circle 类型的粒子发射器适用)
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/3d/particle/enum.ts:94 |
Shell
表面位置发射(对所有类型的粒子发射器都适用)
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/3d/particle/enum.ts:100 |
Volume
内部位置发射(对所有类型的粒子发射器都适用)
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/3d/particle/enum.ts:106 |