Class PropertyNode_GetSelfTReference<TTarget>
- Namespace
- Ceres.Graph.Flow.Properties
- Assembly
- cs.temp.dll.dll
public class PropertyNode_GetSelfTReference<TTarget> : PropertyNode, IDisposable, IPropertyNode where TTarget : UObject
Type Parameters
TTarget
- Inheritance
-
objectPropertyNode_GetSelfTReference<TTarget>
- Implements
-
IDisposable
- Inherited Members
Fields
outputValue
public CeresPort<TTarget> outputValue
Field Value
- CeresPort<TTarget>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask