Click or drag to resize

WebXRInterfaceRequestedReferenceSpaceTypes Property

A comma-seperated list of reference space types used by Initialize when setting up the WebXR session.

The reference space types are requested in order, and the first on supported by the users device or browser will be used. The ReferenceSpaceType property contains the reference space type that was ultimately used.

This doesn't have any effect on the interface when already initialized.

Possible values come from WebXR's XRReferenceSpaceType. If you want to use a particular reference space type, it must be listed in either RequiredFeatures or OptionalFeatures.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string RequestedReferenceSpaceTypes { get; set; }

Property Value

Type: String
See Also