Function VisualServerSingleton.multimeshInstanceSetTransform
Sets the Transform
for this instance. Equivalent to MultiMesh.setInstanceTransform
.
void multimeshInstanceSetTransform
(
const(RID) multimesh,
const(long) index,
const(Transform) transform
) nothrow @nogc;