Class CeresBlackboardVariableRow
Blackboard row for SharedVariable
public class CeresBlackboardVariableRow : BlackboardRow
- Inheritance
-
CeresBlackboardVariableRow
Constructors
CeresBlackboardVariableRow(SharedVariable, BlackboardField, VisualElement)
public CeresBlackboardVariableRow(SharedVariable variable, BlackboardField blackboardField, VisualElement propertyView)
Parameters
variableSharedVariableblackboardFieldBlackboardFieldpropertyViewVisualElement
Properties
BlackboardField
public BlackboardField BlackboardField { get; }
Property Value
CanDelete
public bool CanDelete { get; set; }
Property Value
Variable
public SharedVariable Variable { get; }
Property Value
Methods
OnCustomStyleResolved(ICustomStyle)
protected override void OnCustomStyleResolved(ICustomStyle styles)
Parameters
stylesICustomStyle