Version: 2020.3
言語: 日本語
public static Audio.AudioClipPlayable Create (Playables.PlayableGraph graph, AudioClip clip, bool looping);

パラメーター

graph The PlayableGraph that will contain the new AnimationLayerMixerPlayable.
clip The AudioClip that will be added in the PlayableGraph.
looping True if the clip should loop, false otherwise.

戻り値

AudioClipPlayable A AudioClipPlayable linked to the PlayableGraph.

説明

Creates an AudioClipPlayable in the PlayableGraph.