Search Results for

    Show / Hide Table of Contents

    Class PropertyNode_GetSelfTReference<TTarget>

    Inheritance
    object
    CeresNode
    ExecutableNode
    PropertyNode
    PropertyNode_GetSelfTReference<TTarget>
    Implements
    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()
    Namespace: Ceres.Graph.Flow.Properties
    Assembly: cs.temp.dll.dll
    Syntax
    public class PropertyNode_GetSelfTReference<TTarget> : PropertyNode, IDisposable, IPropertyNode where TTarget : UObject
    Type Parameters
    Name Description
    TTarget

    Fields

    outputValue

    Declaration
    public CeresPort<TTarget> outputValue
    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
    ExecutableNode.Execute(ExecutionContext)

    Implements

    IDisposable
    IPropertyNode
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX