Dynamic Binding

Event Listener

When using an EventListener with a parameter, make sure you bind it to the Dynamic method and not the static method ! Otherwise you won’t be able to receive the parameters.

For more details and examples, please refer to the documentation and the scene 4_ScriptableEvents_Example_Scene.

Last updated