Function Spatial.globalTranslate

Moves the global (world) transformation by Vector3 offset. The offset is in global coordinate system.

void globalTranslate (
  const(Vector3) offset
) nothrow @nogc;