View_getCamera function

  1. @Native<Pointer<TCamera> Function(Pointer<TView>)>(ffi.Pointer<TView>)>(isLeaf: true)
Pointer<TCamera> View_getCamera(
  1. Pointer<TView> tView
)

Implementation

@ffi.Native<ffi.Pointer<TCamera> Function(ffi.Pointer<TView>)>(isLeaf: true)
external ffi.Pointer<TCamera> View_getCamera(
  ffi.Pointer<TView> tView,
);