Class ReadMicrobeCooldownTimeAction
Read the
Namespace: KaijuSolutions.Agents.Behavior.Exercises.Microbes
Syntax
[Serializable]
public class ReadMicrobeCooldownTimeAction : ReadMicrobeAction
Fields
cooldownTime
The cooldown time of the microbe.
Declaration
public BlackboardVariable<float> cooldownTime
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<System.Single> |
Methods
Assigned()
If this has been validly assigned.
Declaration
protected override bool Assigned()
Returns
| Type | Description |
|---|---|
| System.Boolean | If this has been validly assigned. |
Overrides
ReadValue()
Read the needed value.
Declaration
protected override void ReadValue()