Search Results for

    Show / Hide Table of Contents

    Class IllegalExecutableNode

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode
    IllegalExecutableNode
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    FlowNode.exec
    FlowNode.Execute(ExecutionContext)
    FlowNode.LocalExecute(ExecutionContext)
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public class IllegalExecutableNode : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

    Fields

    NodeInfo

    Declaration
    public const string NodeInfo = "The presence of this node indicates that there are illegal properties that cause the node to fail to load correctly."
    Field Value
    Type Description
    string

    NodeLabel

    Declaration
    public const string NodeLabel = "<color=#FFE000><b>Illegal Propeties!</b></color>"
    Field Value
    Type Description
    string

    nodeType

    Declaration
    public string nodeType
    Field Value
    Type Description
    string

    serializedData

    Declaration
    public string serializedData
    Field Value
    Type Description
    string

    Implements

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