Click or drag to resize

ARVRPositionalTrackerGetTransform Method

Returns the transform combining this device's orientation and position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform GetTransform(
	bool adjustByReferenceFrame
)

Parameters

adjustByReferenceFrame
Type: SystemBoolean

[Missing <param name="adjustByReferenceFrame"/> documentation for "M:Godot.ARVRPositionalTracker.GetTransform(System.Boolean)"]

Return Value

Type: Transform

[Missing <returns> documentation for "M:Godot.ARVRPositionalTracker.GetTransform(System.Boolean)"]

See Also