Table of Contents

Class CeresBlackboardVariableRow

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll

Blackboard row for SharedVariable

public class CeresBlackboardVariableRow : BlackboardRow
Inheritance
CeresBlackboardVariableRow

Constructors

CeresBlackboardVariableRow(SharedVariable, BlackboardField, VisualElement)

public CeresBlackboardVariableRow(SharedVariable variable, BlackboardField blackboardField, VisualElement propertyView)

Parameters

variable SharedVariable
blackboardField BlackboardField
propertyView VisualElement

Properties

BlackboardField

public BlackboardField BlackboardField { get; }

Property Value

BlackboardField

CanDelete

public bool CanDelete { get; set; }

Property Value

bool

Variable

public SharedVariable Variable { get; }

Property Value

SharedVariable

Methods

OnCustomStyleResolved(ICustomStyle)

protected override void OnCustomStyleResolved(ICustomStyle styles)

Parameters

styles ICustomStyle