Struct UpdateContext
A context provided to a node's
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct UpdateContext : IContext<UpdateContext>
Properties
Handle
A handle to the node being updated.
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 |
Implements
Operators
Implicit(UpdateContext to CommonContext)
Conversion operator for common API shared with other contexts.
Declaration
public static implicit operator CommonContext(in UpdateContext ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateContext | ctx |
Returns
| Type | Description |
|---|---|
| CommonContext |