Function VisualServerSingleton.instanceSetTransform

Sets the world space transform of the instance. Equivalent to Spatial.transform.

void instanceSetTransform (
  const(RID) instance,
  const(Transform) transform
) nothrow @nogc;