Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AudioClipPlayable

An implementation of IPlayable that controls an AudioClip.
Read time 1 minuteLast updated 9 days ago

Definition

public struct AudioClipPlayable : IPlayable, IEquatable<AudioClipPlayable>

Remarks

NOTE: You can use PlayableExtensions methods with AudioClipPlayable objects.

Static Methods

Method

Description

CreateCreates an AudioClipPlayable in the PlayableGraph.