Interface INodeData
Interface tag to be implemented on a struct, that will contain the simulation-side contents of your node's instance data. The same struct should also carry any of the desired IInit, IDestroy, IUpdate and/or IMsgHandler<TMsg> implementations that the node would like handlers for.
Namespace: Unity.DataFlowGraph
Syntax
public interface INodeData