ShurikenParticleInstanceSystem class is used to implement instanced particle rendering.

ShurikenParticleInstanceSystem 类用于实现实例化粒子渲染。

层级 (查看层级一览)

属性

_geometryElementOBj: IRenderGeometryElement
autoRandomSeed: boolean = false

Whether to use a random seed.

是否使用随机种子。

dragConstant: number = 0

Constant drag for mode 0.

恒定阻力,0模式。

dragSpeedConstantMax: number = 0

Maximum drag speed for mode 1.

最大阻力速度,1模式。

dragSpeedConstantMin: number = 0

Minimum drag speed for mode 1.

最小阻力速度,1模式。

dragType: number = 0

Drag type. 0 for constant speed, 2 for random between two constants.

阻力模式。0为恒定速度,2为两个恒定速度的随机插值。

duration: number = 0

Total duration of particle system runtime, in seconds.

粒子运行的总时长,单位为秒。

gravityModifier: number = 0

Gravity modifier.

重力敏感度。

isPerformanceMode: boolean = false

Whether it's in performance mode. In performance mode, particle release will be delayed.

是否为性能模式。性能模式下会延迟粒子释放。

looping: boolean = false

Whether the particle system is looping.

是否循环。

playOnAwake: boolean = false

Whether to play automatically when activated.

激活时是否自动播放。

prewarm: boolean = false

Whether to prewarm the particle system. Currently not supported.

是否预热。暂不支持。

randomizeRotationDirection: number = 0

Random rotation direction, range from 0.0 to 1.0.

随机旋转方向,范围为0.0到1.0。

randomSeed: Uint32Array = null

Random seed. Note: Effective when set before play().

随机种子。注:在play()之前设置有效。

scaleMode: number = 1

Scale mode. 0 for Hierarchy (world), 1 for Local, 2 for World.

缩放模式。0为Hierarchy (world),1为Local,2为World。

simulationSpace: number = 0

Simulation space. 0 for World, 1 for Local. Custom is currently not supported.

模拟器空间。0为World,1为Local。暂不支持Custom。

simulationSpeed: number = 1.0

Playback speed of particles.

粒子的播放速度。

startColorConstant: Vector4 = ...

Start color for mode 0.

开始颜色,0模式。

startColorConstantMax: Vector4 = ...

Maximum start color for mode 1.

最大开始颜色,1模式。

startColorConstantMin: Vector4 = ...

Minimum start color for mode 1.

最小开始颜色,1模式。

startColorType: number = 0

Start color mode. 0 for constant color, 2 for random between two constant colors. Two modes are missing.

开始颜色模式。0为恒定颜色,2为两个恒定颜色的随机插值。缺少2种模式。

startDelay: number = 0

Start play delay. Cannot be used with prewarm.

开始播放延迟。不能和prewarm一起使用。

startDelayMax: number = 0

Maximum start play delay. Cannot be used with prewarm.

开始播放最大延迟。不能和prewarm一起使用。

startDelayMin: number = 0

Minimum start play delay. Cannot be used with prewarm.

开始播放最小延迟。不能和prewarm一起使用。

startDelayType: number = 0

Start delay type. 0 for constant mode, 1 for random between two constants. Cannot be used with prewarm.

开始延迟类型,0为常量模式,1为随机双常量模式。不能和prewarm一起使用。

startRotationConstant: number = 0

Start rotation for mode 0.

开始旋转,0模式。

startRotationConstantMax: number = 0

Maximum start rotation for mode 1.

最大开始旋转,1模式。

startRotationConstantMaxSeparate: Vector3 = null

Maximum start 3D rotation for mode 1.

最大开始三维旋转,1模式。

startRotationConstantMin: number = 0

Minimum start rotation for mode 1.

最小开始旋转,1模式。

startRotationConstantMinSeparate: Vector3 = null

Minimum start 3D rotation for mode 1.

最小开始三维旋转,1模式。

startRotationConstantSeparate: Vector3 = null

Start 3D rotation for mode 0.

开始三维旋转,0模式。

startRotationType: number = 0

Start rotation mode. 0 for constant rotation, 2 for random between two constants. Two modes and corresponding four 3D modes are missing.

开始旋转模式。0为恒定旋转,2为两个恒定旋转的随机插值。缺少2种模式和对应的四种3D模式。

startSizeConstant: number = 0

Start size for mode 0.

开始尺寸,0模式。

startSizeConstantMax: number = 0

Maximum start size for mode 2.

最大开始尺寸,2模式。

startSizeConstantMaxSeparate: Vector3 = null

Maximum 3D start size for mode 2.

最大三维开始尺寸,2模式。

startSizeConstantMin: number = 0

Minimum start size for mode 2.

最小开始尺寸,2模式。

startSizeConstantMinSeparate: Vector3 = null

Minimum 3D start size for mode 2.

最小三维开始尺寸,2模式。

startSizeConstantSeparate: Vector3 = null

Start 3D size for mode 0.

开始三维尺寸,0模式。

startSizeType: number = 0

Start size mode. 0 for constant size, 2 for random between two constants. Modes 1 and 3 and corresponding 3D modes are missing.

开始尺寸模式。0为恒定尺寸,2为两个恒定尺寸的随机插值。缺少1、3模式和对应的两种3D模式。

startSpeedConstant: number = 0

Start speed for mode 0.

开始速度,0模式。

startSpeedConstantMax: number = 0

Maximum start speed for mode 1.

最大开始速度,1模式。

startSpeedConstantMin: number = 0

Minimum start speed for mode 1.

最小开始速度,1模式。

startSpeedType: number = 0

Start speed mode. 0 for constant speed, 2 for random between two constants. Modes 1 and 3 are missing.

开始速度模式。0为恒定速度,2为两个恒定速度的随机插值。缺少1、3模式。

threeDStartRotation: boolean = false

Whether to use 3D start rotation.

是否使用3D开始旋转。

threeDStartSize: boolean = false

Whether the start size is in 3D mode.

开始尺寸是否为3D模式。

_typeCounter: number = 0

访问器

  • get startLifetimeConstantMax(): number

    返回 number

    The maximum particle lifecycle, the lifecycle mode of particles: Random Between Two Constants(2), unit is seconds.

    最大粒子生命周期,粒子生命周期模式: 两个固定值之间的随机插值(模式2),单位为秒。

  • set startLifetimeConstantMax(value: number): void

    参数

    • value: number

    返回 void

  • get startLifetimeConstantMin(): number

    返回 number

    The minimum particle lifecycle, the lifecycle mode of particles: Random Between Two Constants(2), unit is seconds.

    最小粒子生命周期,粒子生命周期模式: 两个固定值之间的随机插值(模式2),单位为秒。

  • set startLifetimeConstantMin(value: number): void

    参数

    • value: number

    返回 void

  • get startLifetimeType(): number

    返回 number

    The lifectime mode of particles. 0: Constant, 1: Gradient, 2: Random Between Two Constants, 3: Random Between Two Gradients.

    粒子的生命周期模式。0: 固定时间, 1: 渐变时间, 2: 两个固定值之间的随机插值, 3: 两个渐变时间的随机插值。

  • set startLifetimeType(value: number): void

    参数

    • value: number

    返回 void

方法

  • 参数

    • time: number

      The time to advance the simulation. If restart is true, the particle playback time will be reset to zero before updating progress.

    • restart: boolean = true

      Whether to reset the playback state. Default is true.

    返回 void

    Advance the particle simulation by a specified time and pause playback.

    通过指定时间增加粒子播放进度,并暂停播放。