Version: 5.5
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.


public bool SetInputs (IEnumerable<Playable> sources);

파라미터

sources Playable to add as input.

반환

bool Returns false if any of the connectiona failed.

설명

Add an enumerable of Playables as input.