babylonjs-serializers 8.25.2 → 8.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1386,11 +1386,12 @@ declare module BABYLON {
1386
1386
  static Export(skeleton: Skeleton, animationNames?: string[], frameRate?: number): string;
1387
1387
  private static _BuildBoneHierarchy;
1388
1388
  private static _ExportHierarchy;
1389
+ private static _IsEndSite;
1389
1390
  private static _GetBoneOffset;
1390
1391
  private static _ExportMotionData;
1391
1392
  private static _CollectFrameValues;
1392
- private static _GetPositionAtFrame;
1393
- private static _GetRotationAtFrame;
1393
+ private static _GetPositionAtFrameIndex;
1394
+ private static _GetRotationAtFrameIndex;
1394
1395
  private static _QuaternionToEuler;
1395
1396
  }
1396
1397