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