Version: 2022.3
言語: 日本語
public void TakeSnapshot (float dt);

パラメーター

dt Delta time.

説明

Forwards the animation by dt seconds, then record the values of the added bindings.

To add bindings, use the bindings methods: BindComponent, BindComponentsOfType, BindAll, or Bind.

Note that dt is not added the first time this function is called so that the clip will start at 0.0f. This means the forwarding only starts on the subsequent calls.