babylon.quarks - v0.19.0
    Preparing search index...

    Class NodeParticle

    Particle implementation for node-based particle systems.

    Implements

    Index

    Constructors

    Properties

    age: number

    Age of the particle.

    angularVelocity?: number | Quaternion

    Angular velocity of the particle.

    color: Vector4

    Color of the particle.

    life: number

    Life duration of the particle.

    memory: never[]

    the memory of the particle.

    position: Vector3

    Position of the particle.

    rotation: number | Quaternion

    Rotation of the particle.

    size: Vector3

    Size of the particle.

    uvTile: number

    UV tile index.

    velocity: Vector3

    Velocity of the particle.

    Accessors

    • get died(): boolean

      Indicates if the particle has died.

      Returns boolean

    Methods

    • Resets the particle properties to initial values.

      Returns void