Class AudioPlayableAsset
PlayableAsset wrapper for an AudioClip in Timeline.
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
[Serializable]
public class AudioPlayableAsset : PlayableAsset, IPlayableAsset, ITimelineClipAsset
프로퍼티
| 이름 | 설명 |
|---|---|
| clip | The audio clip to be played |
| clipCaps | Returns the capabilities of TimelineClips that contain an AudioPlayableAsset |
| duration | Returns the duration required to play the audio clip exactly once |
| loop | Whether the audio clip loops. |
| outputs | Returns a description of the PlayableOutputs that may be created for this asset. |
메서드
| 이름 | 설명 |
|---|---|
| CreatePlayable(PlayableGraph, GameObject) | Creates the root of a Playable subgraph to play the audio clip. |