Class CeresBlackboardVariableRow
Inheritance
object
CeresBlackboardVariableRow
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
Variable
Declaration
public SharedVariable Variable { get; }
Property Value
Methods
OnCustomStyleResolved(ICustomStyle)
Declaration
protected override void OnCustomStyleResolved(ICustomStyle styles)
Parameters
Type |
Name |
Description |
ICustomStyle |
styles |
|