Function VisualServerSingleton.multimeshInstanceGetTransform2d

Returns the Transform2D of the specified instance. For use when the multimesh is set to use 2D transforms.

Transform2D multimeshInstanceGetTransform2d (
  const(RID) multimesh,
  const(long) index
) nothrow @nogc const;