babylon-runtime / _r

Code Less, Babylon More
https://babylon-runtime.github.io/
Apache License 2.0
8 stars 1 forks source link

Comma separated events #35

Open fabsharp opened 4 years ago

fabsharp commented 4 years ago
_r.selec('*:mesh').on("event1, event2", function() {

})