Requests Space Setup.
<parmaref name="labels"> is collection of comma-separated semantic labels that the user must define during Space Setup. You may specify the same label multiple times. For example, this code:
await OVRScene.RequestSpaceSetup("TABLE,TABLE");
would prompt the user to define two tables.
ParameterslabelsThe types of anchors that the user should define.
ReturnsReturns a task that can be used to track the asynchronous operation.