Struct ThisNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(This))]
[MovedFrom(false, null, null, "SelfNode")]
public struct ThisNode : IDataNode, INode
Fields
Self
Declaration
public OutputDataPort Self
Field Value
| Type | Description |
|---|---|
| OutputDataPort |
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |