View_setScene function

  1. @Native<Void Function(Pointer<TView>, Pointer<TScene>)>(ffi.Pointer<TView>, ffi.Pointer<TScene>)>(isLeaf: true)
void View_setScene(
  1. Pointer<TView> tView,
  2. Pointer<TScene> tScene
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Pointer<TScene>)>(
    isLeaf: true)
external void View_setScene(
  ffi.Pointer<TView> tView,
  ffi.Pointer<TScene> tScene,
);