|
| ClockStone Audio Toolkit for Unity - Documentation |
| AudioController..::..Play Method |
| AudioController Class See Also Send Feedback |
|
Overload List
| Name | Description | |
|---|---|---|
|
Play(String) |
Plays an audio item with the name audioID.
|
|
Play(String, Transform) |
Plays an audio item with the name audioID parented to a specified transform.
|
|
Play(String, Vector3, Transform) |
Plays an audio item with the name audioID parented to a specified transform with a world offset.
|
|
Play(String, Single, Single, Single) |
Plays an audio item with the name audioID.
|
|
Play(String, Transform, Single, Single, Single) |
Plays an audio item with the name audioID parented to a specified transform.
|
|
Play(String, Vector3, Transform, Single, Single, Single) |
Plays an audio item with the name audioID parented to a specified transform with a world offset.
|