View_getScene function

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

Implementation

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