Click or drag to resize

WebXRInterfaceSessionMode Property

The session mode used by Initialize when setting up the WebXR session.

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

Possible values come from WebXR's XRSessionMode, including: "immersive-vr", "immersive-ar", and "inline".

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

Property Value

Type: String
See Also