Version: 2021.2
言語: 日本語
public void SaveToClip (AnimationClip clip);
public void SaveToClip (AnimationClip clip, float fps);
public void SaveToClip (AnimationClip clip, float fps, Animations.CurveFilterOptions filterOptions);

パラメーター

clip The destination clip. If this clip has animation curves, they will be removed.
fps The frames per second (FPS) for the clip. If no value is specified, by default, this method uses 60 FPS.
filterOptions The filtering options for processing the animation curves when saved to the destination clip. If no options are specified, by default, this method filters out irrelevant keys by applying a light compression of 0.5 for positionError, rotationError, scaleError and floatError.

説明

Saves recorded animation to a destination clip.

Note: This method computes the tangents.