Skip to content

Generic properties

finnTE edited this page Sep 20, 2018 · 2 revisions

Most Klak nodes have event outlets. These produce Void, Float, Vector, Quaternion or Color events. Normally outlets are wired to inlets on other nodes and events are handled automatically.

Hijacking outlets

If there is no node available to handle your particular need, you can set up the events manually - to be sent to an arbitrary Unity component property. Click the little + button below the relevant list to add an event. Drag the receiving object from the hierarchy into the target box on the event, then select the property or action to handle the event.

Event out

Property out nodes

There is also a group of generic property out nodes. These make your patch a little easier to understand perhaps.

Float out