Class AudioTrack
A Timeline track that can play AudioClips.
Inherited Members
Namespace: UnityEngine.Timeline
Assembly: solution.dll
Syntax
[Serializable]
[TrackClipType(typeof(AudioPlayableAsset), false)]
[TrackBindingType(typeof(AudioSource))]
[ExcludeFromPreset]
public class AudioTrack : TrackAsset, IPlayableAsset, IPropertyPreview, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
outputs | Returns a description of the PlayableOutputs that will be created by this track. |
Methods
Name | Description |
---|---|
CreateClip(AudioClip) | Create an TimelineClip for playing an AudioClip on this track. |