lovr.headset.getBoundsDimensions
EditReturns the size of the play area, in meters.
width, depth = lovr.headset.getBoundsDimensions()
Arguments
None
Returns
Name | Type | Description |
width | number | The width of the play area, in meters. |
depth | number | The depth of the play area, in meters. |
Notes
This currently returns 0 on the Quest.
See also
lovr.headset.getBoundsWidth
lovr.headset.getBoundsDepth
lovr.headset.getBoundsGeometry
lovr.headset