There was an error while loading. Please reload this page.
New methods can be made available across all behaviors by packaging them as Tools:
Ninja.packageTools({ toolMethod: function(args) { ... } })
From there on, the methods are available from inside any behaviors: helper methods, transform or event handler.
Navigation