View_setFogOptions function

  1. @Native<Void Function(Pointer<TView>, TFogOptions)>(ffi.Pointer<TView>, TFogOptions)>(isLeaf: true)
void View_setFogOptions(
  1. Pointer<TView> tView,
  2. TFogOptions tFogOptions
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, TFogOptions)>(isLeaf: true)
external void View_setFogOptions(
  ffi.Pointer<TView> tView,
  TFogOptions tFogOptions,
);