Search Results for

    Show / Hide Table of Contents

    Class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>

    Inheritance
    object
    CeresNode
    ExecutableNode
    PropertyNode
    PropertyNode_SharedVariableValue
    PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    IPropertyNode
    Inherited Members
    PropertyNode.propertyName
    PropertyNode.SetPropertyName(string)
    PropertyNode.GetPropertyName()
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    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_SetSharedVariableTValue<T, TVariableValue, TInValue> : PropertyNode_SharedVariableValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TInValue : TVariableValue
    Type Parameters
    Name Description
    T
    TVariableValue
    TInValue

    Fields

    exec

    Declaration
    public NodePort exec
    Field Value
    Type Description
    NodePort

    input

    Dependency node port

    Declaration
    public NodePort input
    Field Value
    Type Description
    NodePort

    inputValue

    Declaration
    public CeresPort<TInValue> inputValue
    Field Value
    Type Description
    CeresPort<TInValue>

    Methods

    Execute(ExecutionContext)

    Declaration
    protected override UniTask Execute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask
    Overrides
    ExecutableNode.Execute(ExecutionContext)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    IPropertyNode
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX