Click or drag to resize

ARVRControllerGetMesh Method

If provided by the ARVRInterface, this returns a mesh associated with the controller. This can be used to visualize the controller.

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

Return Value

Type: Mesh

[Missing <returns> documentation for "M:Godot.ARVRController.GetMesh"]

See Also