shapeModule.ShapeType
枚举
粒子发射器类型
索引
Box
Circle
Cone
Sphere
Hemisphere
Details
Box
立方体类型粒子发射器
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/enum.ts:52 |
Circle
圆形粒子发射器
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/enum.ts:58 |
Cone
圆锥体粒子发射器
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/enum.ts:64 |
Sphere
球体粒子发射器
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/enum.ts:70 |
Hemisphere
半球体粒子发射器
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/enum.ts:76 |