Function VisualServerSingleton.skeletonBoneSetTransform2d
Sets the Transform2D
for a specific bone of this skeleton.
void skeletonBoneSetTransform2d
(
const(RID) skeleton,
const(long) bone,
const(Transform2D) transform
) nothrow @nogc;