Объявление
public static Animations.AnimationPlayableOutput Create(Playables.PlayableGraph graph, string name, Animator target);Параметры
| graph | PlayableGraph, который будет содержать AnimationPlayableOutput.. |
| name | Название выхода. |
| target | Animator, который будет обрабатывать PlayableGraph. |
Возвращает
AnimationPlayableOutput Новый AnimationPlayableOutput, прикрепленный к PlayableGraph.
Описание
Создает AnimationPlayableOutput в PlayableGraph.
Animator воспроизводит источник Playable AnimationPlayableOutput а>. Этот источник Playable можно установить с помощью SetSourcePlayable.

