AudioController.Play Method

ClockStone Audio Toolkit

AudioControllerPlay Method

Overload List
  NameDescription
Public methodStatic memberPlay(String)
Plays an audio item with the name audioID.
Public methodStatic memberPlay(String, Transform)
Plays an audio item with the name audioID parented to a specified transform.
Public methodStatic memberPlay(String, Vector3, Transform)
Plays an audio item with the name audioID parented to a specified transform with a world offset.
Public methodStatic memberPlay(String, Single, Single, Single)
Plays an audio item with the name audioID.
Public methodStatic memberPlay(String, Transform, Single, Single, Single)
Plays an audio item with the name audioID parented to a specified transform.
Public methodStatic memberPlay(String, Vector3, Transform, Single, Single, Single)
Plays an audio item with the name audioID parented to a specified transform with a world offset.
Top
See Also