reveal_mesh function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<ffi.Void>, EntityId,
ffi.Pointer<ffi.Char>)>(symbol: '_reveal_mesh', assetId: 'thermion_dart')
external int reveal_mesh(
ffi.Pointer<ffi.Void> sceneManager,
int entity,
ffi.Pointer<ffi.Char> meshName,
);