View_setSoftShadowOptions function

  1. @Native<Void Function(Pointer<TView>, Float, Float)>(ffi.Pointer<TView>, ffi.Float, ffi.Float)>(isLeaf: true)
void View_setSoftShadowOptions(
  1. Pointer<TView> tView,
  2. double penumbraScale,
  3. double penumbraRatioScale
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Float, ffi.Float)>(
    isLeaf: true)
external void View_setSoftShadowOptions(
  ffi.Pointer<TView> tView,
  double penumbraScale,
  double penumbraRatioScale,
);