AudioControllerPlay Method |
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.
|