set_parent function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId, EntityId)>(
symbol: '_set_parent', assetId: 'thermion_dart')
external void set_parent(
ffi.Pointer<ffi.Void> sceneManager,
int child,
int parent,
);