AudioController.Play Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method Static member Play(String)
Plays an audio item with the name audioID.
Public method Static member Play(String, Transform)
Plays an audio item with the name audioID parented to a specified transform.
Public method Static member Play(String, Vector3, Transform)
Plays an audio item with the name audioID parented to a specified transform with a world offset.
Public method Static member Play(String, Single, Single, Single)
Plays an audio item with the name audioID.
Public method Static member Play(String, Transform, Single, Single, Single)
Plays an audio item with the name audioID parented to a specified transform.
Public method Static member Play(String, Vector3, Transform, Single, Single, Single)
Plays an audio item with the name audioID parented to a specified transform with a world offset.

See Also