BoxShape class for creating box-shaped particle emitters.

BoxShape 类用于创建盒形粒子发射器。

层级 (查看层级一览)

属性

enable: boolean = true

Whether the shape is enabled.

是否启用。

randomDirection: number = 0

Random direction.

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

Particle shape type.

粒子形状类型。

x: number

Length of the emitter along the X-axis.

发射器X轴长度。

y: number

Length of the emitter along the Y-axis.

发射器Y轴长度。

z: number

Length of the emitter along the Z-axis.

发射器Z轴长度。

方法