Hi,
I'm making a behavior and I would like to use the triggers of the Touch plugin (like you would normally use them in an event sheet) inside my behavior like this:
pseudo code inside my behavior:
touchPlugin.OnTouchObject(
myObjectType,
callback(){
//My object was touched
}
)
[/code:1t7fotq3]
Is there a way to achieve this ?
Thanks