Class PropertyNode_GetSelfTReference<TTarget>
- Namespace
- Ceres.Flow.Properties
- Assembly
- Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("{0}")]
[NodeInfo("Outputs the graph context as the selected self reference type.")]
public class PropertyNode_GetSelfTReference<TTarget> : PropertyNode, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode where TTarget : Object
Type Parameters
TTarget
- Inheritance
-
PropertyNode_GetSelfTReference<TTarget>
- Implements
- Inherited Members
Constructors
PropertyNode_GetSelfTReference()
public PropertyNode_GetSelfTReference()
Fields
outputValue
[OutputPort(true)]
[CeresLabel("Value")]
public CeresPort<TTarget> outputValue
Field Value
- CeresPort<TTarget>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()