Reply To: Animation Best Practices

NodeCanvas Forums General Discussion Animation Best Practices Reply To: Animation Best Practices

#12297
arachnidjacob
Participant

You can set up any callbacks you want in node canvas.

So you would hook up an animation event to something like this

In your monobehaviour you would have a basic function that connects to the node canvas.
sonarSender

In the node canvas custom condition or action, you would register it with the [EventReciever(“recieverName”)] class decorator
pingreciever

and then you would get that class as a condition or action node that will fire when the event is called
canvasView

Attachments:
  1. sonarSender.png

  2. pingreciever.png

  3. canvasView.png