Gizmo_highlight function

  1. @Native<Void Function(Pointer<TGizmo>, UnsignedInt)>(ffi.Pointer<TGizmo>, ffi.UnsignedInt)>(isLeaf: true)
void Gizmo_highlight(
  1. Pointer<TGizmo> tGizmo,
  2. int axis
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TGizmo>, ffi.UnsignedInt)>(
    isLeaf: true)
external void Gizmo_highlight(
  ffi.Pointer<TGizmo> tGizmo,
  int axis,
);