Class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
Inheritance
object
PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Properties
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public sealed class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue> : PropertyNode_SharedVariableValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TOutValue : TVariableValue
Type Parameters
| Name | Description |
|---|---|
| T | |
| TVariableValue | |
| TOutValue |
Fields
outputValue
Declaration
public CeresPort<TOutValue> outputValue
Field Value
| Type | Description |
|---|---|
| CeresPort<TOutValue> |
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Returns
| Type | Description |
|---|---|
| UniTask |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable