Click or drag to resize

ARVRPositionalTrackerGetTrackerId Method

Returns the internal tracker ID. This uniquely identifies the tracker per tracker type and matches the ID you need to specify for nodes such as the ARVRController and ARVRAnchor nodes.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.ARVRPositionalTracker.GetTrackerId"]

See Also