Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

AnimationMixerPlayable.SetInputs

매뉴얼로 전환
public bool SetInputs (AnimationClip[] clips);

파라미터

clips AnimationClips to be used as inputs.

반환

bool Returns false if the creation of the AnimationClipPlayables failed, or if the connection failed.

설명

Automatically creates an AnimationClipPlayable for each supplied AnimationClip, then sets them as inputs to the mixer.

Note: As with AnimationPlayable.SetInputs, this method will automatically disconnect any input playable on the mixer.