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