get_parent function

  1. @Native<EntityId Function(Pointer<Void>, EntityId)>(ffi.Pointer<ffi.Void>, EntityId)>(symbol: '_get_parent', assetId: 'thermion_dart')
int get_parent(
  1. Pointer<Void> sceneManager,
  2. int child
)

Implementation

@ffi.Native<EntityId Function(ffi.Pointer<ffi.Void>, EntityId)>(
    symbol: '_get_parent', assetId: 'thermion_dart')
external int get_parent(
  ffi.Pointer<ffi.Void> sceneManager,
  int child,
);