Struct GetVariableNode
Syntax
[NodeDescription(typeof(GetVariable), SpecializationOf = VariableKind.Graph, UnmappedPorts = new string[]{"name"})]
public struct GetVariableNode : IDataNode, INode
Fields
Value
Declaration
public OutputDataPort Value
Field Value
VariableHandle
Declaration
public uint VariableHandle
Field Value
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
Type |
Name |
Description |
TCtx |
ctx |
|
Type Parameters
Implements
Extension Methods