Click or drag to resize

WebXRInterfaceSetOptionalFeatures Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.WebXRInterface.SetOptionalFeatures(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetOptionalFeatures is deprecated. Use the OptionalFeatures property instead.")]
public void SetOptionalFeatures(
	string optionalFeatures
)

Parameters

optionalFeatures
Type: SystemString

[Missing <param name="optionalFeatures"/> documentation for "M:Godot.WebXRInterface.SetOptionalFeatures(System.String)"]

See Also