retargetFromObject static method

void retargetFromObject(
  1. Object3D target,
  2. Object3D source, [
  3. SkeletonUtilsOptions? options
])

Implementation

static void retargetFromObject(Object3D target, Object3D source, [SkeletonUtilsOptions? options]) {
  retarget(target, source,options);
}