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