ConeShape class is used to create cone-shaped particle emitters.

ConeShape类用于创建锥形粒子发射器。

层级 (查看层级一览)

属性

angle: number

The emission angle in radians.

发射角度,单位为弧度。

emitType: number

The emission type. 0 for Base, 1 for BaseShell, 2 for Volume, 3 for VolumeShell.

发射类型:0 表示基础发射,1 表示基础外壳发射,2 表示体积发射,3 表示体积外壳发射。

enable: boolean = true

Whether the shape is enabled.

是否启用。

length: number

The length of the cone.

锥体的长度。

radius: number

The radius of the emitter.

发射器的半径。

randomDirection: number = 0

Random direction.

随机方向,默认0为不随机。

Particle shape type.

粒子形状类型。

访问器

方法