Function VisualServerSingleton.skeletonBoneSetTransform

Sets the Transform for a specific bone of this skeleton.

void skeletonBoneSetTransform (
  const(RID) skeleton,
  const(long) bone,
  const(Transform) transform
) nothrow @nogc;