setReferenceSpace method
Sets a custom XR reference space.
@param {XRReferenceSpace} space - The XR reference space. /
Implementation
void setReferenceSpace(XRReferenceSpace? space ) {
customReferenceSpace = space;
}
Sets a custom XR reference space.
@param {XRReferenceSpace} space - The XR reference space. /
void setReferenceSpace(XRReferenceSpace? space ) {
customReferenceSpace = space;
}