Class PropertyNode_GetPropertyTValue<TTarget, T>
Inheritance
object
PropertyNode_GetPropertyTValue<TTarget, T>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver
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
public sealed class PropertyNode_GetPropertyTValue<TTarget, T> : PropertyNode_PropertyValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode, ISerializationCallbackReceiver
Type Parameters
Name | Description |
---|---|
TTarget | |
T |
Fields
outputValue
Declaration
public CeresPort<T> outputValue
Field Value
Type | Description |
---|---|
CeresPort<T> |
target
Declaration
public CeresPort<TTarget> target
Field Value
Type | Description |
---|---|
CeresPort<TTarget> |
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
Returns
Type | Description |
---|---|
UniTask |
Overrides
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver