Class BlackboardVariable
A variable used within a blackboard.
Inheritance
BlackboardVariable
Assembly: solution.dll
Syntax
[Serializable]
public abstract class BlackboardVariable
Fields
GUID
A GUID used to uniquely identify the variable.
Declaration
[SerializeField]
public SerializableGUID GUID
Field Value
Name
The name of the variable.
Declaration
[SerializeField]
public string Name
Field Value
Properties
ObjectValue
The value of the variable.
Declaration
public abstract object ObjectValue { get; set; }
Property Value
Type
The type of the variable.
Declaration
public abstract Type Type { get; }
Property Value
Methods
Equals(BlackboardVariable)
Declaration
protected virtual bool Equals(BlackboardVariable other)
Parameters
Returns