BaseShape class for particle shapes.

BaseShape类用于粒子形状。

层级 (查看层级一览)

实现

  • IClone

属性

enable: boolean = true

Whether the shape is enabled.

是否启用。

randomDirection: number = 0

Random direction.

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

Particle shape type.

粒子形状类型。

方法

  • 参数

    • position: Vector3

      The particle position.

    • direction: Vector3

      The particle direction.

    • rand: Rand = null

      Random number.

    • randomSeeds: Uint32Array = null

      Random seeds.

    返回 void

    Generates initial position and direction for particles.

    用于生成粒子初始位置和方向。