Class ParticleVelocityOptions

Structure used for initializing a ParticleVelocity object.

Constructors

Properties

_isWorldSpace: boolean

Accessors

  • get isWorldSpace(): boolean
  • True if the velocity is provided in world space, false if in local space.

    Returns boolean

  • set isWorldSpace(value): void
  • Parameters

    • value: boolean

    Returns void

Methods