Struct DestroyContext
A destruction context provided to a node on destruction. Destroy(DestroyContext)
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct DestroyContext
Fields
Set
The NodeSetAPI associated with this context.
Declaration
public readonly NodeSetAPI Set
Field Value
| Type | Description | 
|---|---|
| NodeSetAPI | 
Properties
Handle
A handle uniquely identifying the node that is currently being destroyed.
Declaration
public NodeHandle Handle { get; }
Property Value
| Type | Description | 
|---|---|
| NodeHandle |