add first API method

This commit is contained in:
Nick Fisher
2023-10-03 21:29:07 +08:00
parent 32bff81f53
commit 9801fe9777

View File

@@ -84,6 +84,7 @@ FLUTTER_PLUGIN_EXPORT void get_animation_name_ffi(void* const assetManager, Enti
FLUTTER_PLUGIN_EXPORT void get_morph_target_name_ffi(void* const assetManager, EntityId asset, const char *meshName, char *const outPtr, int index);
FLUTTER_PLUGIN_EXPORT int get_morph_target_name_count_ffi(void* const assetManager, EntityId asset, const char *meshName);
FLUTTER_PLUGIN_EXPORT void set_post_processing_ffi(void* const viewer, bool enabled);
FLUTTER_PLUGIN_EXPORT EntityId pick(int x, int y);
FLUTTER_PLUGIN_EXPORT void ios_dummy_ffi();