Search Results for

    Show / Hide Table of Contents

    Class NodePort

    Port for providing weak reference to any node in graph scope

    Inheritance
    object
    CeresPort
    CeresPort<NodeReference>
    NodePort
    Implements
    IDisposable
    IPort<NodeReference>
    IPort
    Inherited Members
    CeresPort<NodeReference>.defaultValue
    CeresPort<NodeReference>.Default
    CeresPort<NodeReference>.DefaultArray
    CeresPort<NodeReference>.DefaultList
    CeresPort<NodeReference>.Value
    CeresPort<NodeReference>.GetValueType()
    CeresPort<NodeReference>.MakeCompatibleTo<T>(Func<NodeReference, T>)
    CeresPort<NodeReference>.IsCompatibleTo(Type)
    CeresPort<NodeReference>.CreateProxyPort(CeresPort<CeresPort>)
    CeresPort<NodeReference>.Link(CeresPort)
    CeresPort<NodeReference>.AssignValueGetter(IPort)
    CeresPort<NodeReference>.SetValue(object)
    CeresPort<NodeReference>.GetValue()
    CeresPort<NodeReference>.Dispose()
    CeresPort.AdaptedGetter
    CeresPort.AssignValueType<T>()
    CeresPort.AssignValueType(Type)
    CeresPort.GetAssignedPortValueTypes()
    CeresPort.GetCompatibleStructure(Type)
    CeresPort.IsCompatibleTo(Type, Type)
    CeresPort.GetCompatibleTypes(Type)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class NodePort : CeresPort<NodeReference>, IDisposable, IPort<NodeReference>, IPort

    Constructors

    NodePort()

    Declaration
    public NodePort()

    NodePort(NodeReference)

    Declaration
    public NodePort(NodeReference value)
    Parameters
    Type Name Description
    NodeReference value

    Methods

    Get()

    Get CeresNode if exist

    Declaration
    public CeresNode Get()
    Returns
    Type Description
    CeresNode

    GetT<T>()

    Get node if exist

    Declaration
    public T GetT<T>() where T : CeresNode
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Implements

    IDisposable
    IPort<TValue>
    IPort
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX