AudioClipPlayable
An implementation of IPlayable that controls an AudioClip.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
- Implements: IPlayable, IEquatable<AudioClipPlayable>
public struct AudioClipPlayable : IPlayable, IEquatable<AudioClipPlayable>
Remarks
NOTE: You can use PlayableExtensions methods with AudioClipPlayable objects.
Static Methods
Method | Description |
|---|---|
| Create | Creates an AudioClipPlayable in the PlayableGraph. |