Skip to content

Commit

Permalink
chore(wasm): 🤖 add missing bindings in UDL
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Jun 26, 2024
1 parent 1f46680 commit d9d84ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotlottie-ffi/src/dotlottie_player_cpp.udl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ interface DotLottiePlayer {
boolean start_state_machine();
boolean stop_state_machine();
boolean post_serialized_event(string event);
boolean set_state_machine_numeric_context([ByRef] string key, f32 value);
boolean set_state_machine_string_context([ByRef] string key, [ByRef] string value);
boolean set_state_machine_boolean_context([ByRef] string key, boolean value);
sequence<string> state_machine_framework_setup();
boolean load_state_machine_data([ByRef] string state_machine);
};

0 comments on commit d9d84ff

Please sign in to comment.