get_instance_count function
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Void>, EntityId)>(
symbol: '_get_instance_count', assetId: 'thermion_dart')
external int get_instance_count(
ffi.Pointer<ffi.Void> sceneManager,
int entityId,
);