Class FoodVisionSensorAction
Action to sense potential food with a
Inheritance
System.Object
FoodVisionSensorAction
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Exercises.Microbes
Syntax
[Serializable]
public class FoodVisionSensorAction : FilterMicrobeVisionSensorAction
Fields
energy
The maximum
Declaration
public BlackboardVariable<float> energy
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<System.Single> |
Methods
FilterCondition(Microbe)
How to filter for
Declaration
protected override bool FilterCondition(Microbe microbe)
Parameters
| Type | Name | Description |
|---|---|---|
| Microbe | microbe | The |
Returns
| Type | Description |
|---|---|
| System.Boolean | If this passed the filter or not. |