SetBehaviour
SetBehaviour(int, Object, int, Object)
public void SetBehaviour(int inNodeID, Object inBehaviour, int outNodeID, Object outBehaviour) ;
Description
Change Behavior.
Parameters
| Parameter Name | Description |
|---|---|
| inNodeID | Node ID on the input slot side |
| inBehaviour | Object on the input slot side |
| outNodeID | Node ID on the output slot side |
| outBehaviour | Object on the output slot side |