Class KaijuVisionSensorAction<T, T0>
Action to sense with a KaijuVisionSensor<T> which could have multiple readings of components.
Inheritance
System.Object
KaijuSensorAction<T, T0>
KaijuSensorMultipleAction<T, T0>
KaijuVisionSensorAction<T, T0>
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Sensors
Syntax
[Serializable]
public abstract class KaijuVisionSensorAction<T, T0> : KaijuSensorMultipleComponentAction<T, T0> where T : KaijuVisionSensor<T0> where T0 : Component
Type Parameters
| Name | Description |
|---|---|
| T | The type of KaijuVisionSensor<T> |
| T0 | The type of component this is for. |
Methods
HandleSensor()
OnUpdate is called each frame while the node is running.
Declaration
protected override Status HandleSensor()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |
Overrides
KaijuSolutions.Agents.Behavior.Sensors.KaijuSensorAction<T, T0>.HandleSensor()