Function VisualServerSingleton.multimeshInstanceSetTransform2d
Sets the Transform2D
for this instance. For use when multimesh is used in 2D. Equivalent to MultiMesh
.
void multimeshInstanceSetTransform2d
(
const(RID) multimesh,
const(long) index,
const(Transform2D) transform
) nothrow @nogc;