The Burst class is used to describe the burst of particles.

Burst 类用于粒子的爆发描述。

实现

  • IClone

构造函数

访问器

方法

构造函数

  • 参数

    • time: number = 0

      Burst time in seconds. Default is 0.

    • minCount: number = 0

      Minimum count of particles in a burst. Default is 0.

    • maxCount: number = 0

      Maximum count of particles in a burst. Default is 0.

    返回 Burst

    Creates an instance of the Burst class.

    创建Burst类的实例。

访问器

方法