get_parent function
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,
);
@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,
);