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 meter in the real world. Note that this method is a passthrough to the ARVRServer itself.

  1. double worldScale [@property getter]
  2. double worldScale [@property setter]
    struct ARVROrigin
    @nogc nothrow @property
    void
    worldScale
    (
    double v
    )

Meta