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. |