Struct CommonContext
The common portion of the API which appears on all contexts. Instances of InitContext, MessageContext, and UpdateContext can all be implicitly cast to this common context.
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct CommonContext : IContext<CommonContext>
Properties
Handle
A handle to the node being operated on.
Declaration
public NodeHandle Handle { get; }
Property Value
Type | Description |
---|---|
NodeHandle |
Implements
Set
The NodeSetAPI associated with this context.
Declaration
public NodeSetAPI Set { get; }
Property Value
Type | Description |
---|---|
NodeSetAPI |