Search Results for

    Show / Hide Table of Contents

    Class CeresBlackboardVariableRow

    Blackboard row for SharedVariable

    Inheritance
    object
    CeresBlackboardVariableRow
    Namespace: Ceres.Editor.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class CeresBlackboardVariableRow : BlackboardRow

    Constructors

    CeresBlackboardVariableRow(SharedVariable, BlackboardField, VisualElement)

    Declaration
    public CeresBlackboardVariableRow(SharedVariable variable, BlackboardField blackboardField, VisualElement propertyView)
    Parameters
    Type Name Description
    SharedVariable variable
    BlackboardField blackboardField
    VisualElement propertyView

    Properties

    BlackboardField

    Declaration
    public BlackboardField BlackboardField { get; }
    Property Value
    Type Description
    BlackboardField

    CanDelete

    Declaration
    public bool CanDelete { get; set; }
    Property Value
    Type Description
    bool

    Variable

    Declaration
    public SharedVariable Variable { get; }
    Property Value
    Type Description
    SharedVariable

    Methods

    OnCustomStyleResolved(ICustomStyle)

    Declaration
    protected override void OnCustomStyleResolved(ICustomStyle styles)
    Parameters
    Type Name Description
    ICustomStyle styles
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX