Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AudioSourceStop

Attach this component to an entity with an AudioSource component to stop playback the next time the AudioSystem updates. Once playback stops, the AudioSystem removes this component. Attaching an AudioSourceStop component to an already stopped source has no effect. To start playing a source, use the AudioSourceStart component.

Hierarchy

Index

Constructors

constructor

Properties

Static _isSharedComp

_isSharedComp: boolean

Static _size

_size: number

Static _view

_view: any

Static cid

cid: number

Methods

Static _dtorFn

  • Parameters

    Returns void

Static _fromPtr

Static _tempHeapPtr

  • Parameters

    Returns number

Static _toPtr

  • Parameters

    Returns void

Generated using TypeDoc