Click or drag to resize

ARVRInterfaceGetTrackingStatus Method

If supported, returns the status of our tracking. This will allow you to provide feedback to the user whether there are issues with positional tracking.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ARVRInterfaceTracking_status GetTrackingStatus()

Return Value

Type: ARVRInterfaceTracking_status

[Missing <returns> documentation for "M:Godot.ARVRInterface.GetTrackingStatus"]

See Also