Search Results for

    Show / Hide Table of Contents

    Class FlowBlackboard

    Inheritance
    object
    CeresBlackboard
    FlowBlackboard
    Implements
    IVariableSource
    IDisposable
    Inherited Members
    CeresBlackboard.AlwaysExposed
    CeresBlackboard.SharedVariables
    CeresBlackboard.GetOrAddSection(string)
    CeresBlackboard.Dispose()
    CeresBlackboard.EditVariable(string)
    CeresBlackboard.AddVariable(SharedVariable, bool)
    CeresBlackboard.RemoveVariable(SharedVariable, bool)
    CeresBlackboard.FindRow(SharedVariable)
    Namespace: Ceres.Editor.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowBlackboard : CeresBlackboard, IVariableSource, IDisposable

    Constructors

    FlowBlackboard(FlowGraphView)

    Declaration
    public FlowBlackboard(FlowGraphView graphView)
    Parameters
    Type Name Description
    FlowGraphView graphView

    Methods

    AddVariableRow(SharedVariable, BlackboardRow)

    Declaration
    protected override void AddVariableRow(SharedVariable variable, BlackboardRow blackboardRow)
    Parameters
    Type Name Description
    SharedVariable variable
    BlackboardRow blackboardRow
    Overrides
    CeresBlackboard.AddVariableRow(SharedVariable, BlackboardRow)

    BuildBlackboardMenu(ContextualMenuPopulateEvent, CeresBlackboardVariableRow)

    Declaration
    protected override void BuildBlackboardMenu(ContextualMenuPopulateEvent evt, CeresBlackboardVariableRow variableRow)
    Parameters
    Type Name Description
    ContextualMenuPopulateEvent evt
    CeresBlackboardVariableRow variableRow
    Overrides
    CeresBlackboard.BuildBlackboardMenu(ContextualMenuPopulateEvent, CeresBlackboardVariableRow)

    CanVariableExposed(SharedVariable)

    Declaration
    protected override bool CanVariableExposed(SharedVariable variable)
    Parameters
    Type Name Description
    SharedVariable variable
    Returns
    Type Description
    bool
    Overrides
    CeresBlackboard.CanVariableExposed(SharedVariable)

    CreateBlackboardMenu(GenericMenu)

    Declaration
    protected override void CreateBlackboardMenu(GenericMenu menu)
    Parameters
    Type Name Description
    GenericMenu menu
    Overrides
    CeresBlackboard.CreateBlackboardMenu(GenericMenu)

    CreateVariableBlackboardRow(SharedVariable, BlackboardField, VisualElement)

    Declaration
    protected override BlackboardRow CreateVariableBlackboardRow(SharedVariable variable, BlackboardField blackboardField, VisualElement valueField)
    Parameters
    Type Name Description
    SharedVariable variable
    BlackboardField blackboardField
    VisualElement valueField
    Returns
    Type Description
    BlackboardRow
    Overrides
    CeresBlackboard.CreateVariableBlackboardRow(SharedVariable, BlackboardField, VisualElement)

    Implements

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