Inside the ActionManager, multiple Triggers based on Pointer Events are available, e.g.:
- OnPickTrigger
- OnLeftPickTrigger
- OnPickDownTrigger
- …
I noticed that the event property “additionalData” is sometimes undefined, depending on which trigger was used.
An overview of the various triggers and their respective behavior regarding the “additionalData” property can be seen in the following Playground link.
Demo: https://playground.babylonjs.com/#S5URIE#1
Is there a particular reason for not having this property filled for certain Triggers, or could this be fixed in future versions?