Version: 2017.4
public static void SetAdditiveReferencePose (AnimationClip clip, AnimationClip referenceClip, float time);

パラメーター

clip使用するアニメーションクリップ
referenceClip参照ポーズを含むアニメーションクリップ
time referenceClip のリファレンスポーズを定義する時間。

説明

timereferenceClip から、 clip のアニメーションクリップに、追加のリファレンスポーズを設定します。

By default any animation clip used in an additive layer use the pose at time 0 to define the reference pose. This is a big limitation as the reference pose need to be in the played clip.
This function allow you to change this behaviour and use a reference pose from any clip.