Class ReadMicrobeAction
Allow for reading a field of a
Inheritance
System.Object
ReadMicrobeAction
Namespace: KaijuSolutions.Agents.Behavior.Exercises.Microbes
Syntax
[Serializable]
public abstract class ReadMicrobeAction
Fields
microbe
The
Declaration
public BlackboardVariable<Microbe> microbe
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<Microbe> |
Methods
Assigned()
If this has been validly assigned.
Declaration
protected abstract bool Assigned()
Returns
| Type | Description |
|---|---|
| System.Boolean | If this has been validly assigned. |
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |
ReadValue()
Read the needed value.
Declaration
protected abstract void ReadValue()