Search Results for

    Show / Hide Table of Contents

    Class FlowNode_CastT<TFrom, TTo>

    Casting a value from type to type .

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode_CastT<TFrom, TTo>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    ForwardNode.input
    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.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowNode_CastT<TFrom, TTo> : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable where TTo : TFrom
    Type Parameters
    Name Description
    TFrom
    TTo

    Fields

    castFailed

    Declaration
    public NodePort castFailed
    Field Value
    Type Description
    NodePort

    exec

    Declaration
    public NodePort exec
    Field Value
    Type Description
    NodePort

    resultValue

    Declaration
    public CeresPort<TTo> resultValue
    Field Value
    Type Description
    CeresPort<TTo>

    sourceValue

    Declaration
    public CeresPort<TFrom> sourceValue
    Field Value
    Type Description
    CeresPort<TFrom>

    Methods

    Execute(ExecutionContext)

    Declaration
    protected override sealed 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
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX