Class ParticleOrbitOptions

Structure used for initializing a ParticleOrbit object.

Constructors

Properties

_isWorldSpace: boolean

Accessors

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

    Returns boolean

  • set isWorldSpace(value): void
  • Parameters

    • value: boolean

    Returns void

  • get velocity(): Vector3Distribution
  • Determines the speed of rotation around each axis. The speed is specified in "turns" where 0 = no rotation, 0.5 = 180 degree rotation and 1 = 360 degree rotation. Evaluated over particle lifetime.

    Returns Vector3Distribution

  • set velocity(value): void
  • Parameters

    Returns void

Methods