Version: 2017.1
public void Play (Playables.PlayableAsset asset);
public void Play ();

参数

asset 要从中实例化可播放项的资源。
addMissingComponents 如缺失所需的组件,应将其添加至目标游戏对象。
playerArray An array of PlayableDirector player components whose types match the outputs of the playable.
targetGameObjects An array of game objects to extract the PlayableDirector player components from for each playable output.
mode 在时间超过可播放项持续时间时要执行的操作。

描述

使用提供的 PlayableAsset 实例化 Playable 并开始进行播放。