View_setCamera function

  1. @Native<Void Function(Pointer<TView>, Pointer<TCamera>)>(ffi.Pointer<TView>, ffi.Pointer<TCamera>)>(isLeaf: true)
void View_setCamera(
  1. Pointer<TView> tView,
  2. Pointer<TCamera> tCamera
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Pointer<TCamera>)>(
    isLeaf: true)
external void View_setCamera(
  ffi.Pointer<TView> tView,
  ffi.Pointer<TCamera> tCamera,
);