Function ARVROrigin.worldScale

Allows you to adjust the scale to your game's units. Most AR/VR platforms assume a scale of 1 game world unit = 1 real world meter. Note: This method is a passthrough to the ARVRServer itself.

double worldScale() nothrow @property @nogc;

void worldScale (
  double v
) nothrow @property @nogc;