Click or drag to resize

WebXRInterfaceBoundsGeometry Property

The vertices of a polygon which defines the boundaries of the user's play area.

This will only be available if ReferenceSpaceType is "bounded-floor" and only on certain browsers and devices that support it.

The reference_space_reset signal may indicate when this changes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3[] BoundsGeometry { get; }

Property Value

Type: Vector3
See Also