示例#1
0
 private void SaveAnimation()
 {
     AnimationWriter.MakeAnimation(AnimationSavePath, AnimationName, UseQuerternion, ref _capturedMotion);
     _capturedMotion.Clear();
 }