getGizmo abstract method

Future<GizmoAsset> getGizmo(
  1. GizmoType type
)

Returns a gizmo for translating/rotating objects. Only one gizmo can be visible at any given time for this viewer.

Implementation

Future<GizmoAsset> getGizmo(GizmoType type);