| tRetargeter | The TRetargeter instance used to perform the retargeting operation (cannot be null). |
| srcClip | The source animation clip to be retargeted (cannot be null). |
| exportOptions | The export configuration options that define how the retargeted clip should be processed (e.g., frame rate, root motion settings). |
AnimationClip The newly created retargeted AnimationClip instance.
Bakes and generates a retargeted animation clip using the specified retargeter, source animation clip, and export options.
This method processes the source animation clip through the specified retargeter, applies the configuration from exportOptions, and returns the baked retargeted animation clip. Both tRetargeter and srcClip parameters must be non-null; otherwise, an exception may be thrown.