Class KaijuCastSensorAction
Action to run a KaijuCastSensor.
Inheritance
System.Object
KaijuSensorMultipleGameObjectAction<KaijuCastSensor>
KaijuCastSensorAction
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Sensors
Syntax
[Serializable]
public class KaijuCastSensorAction : KaijuSensorMultipleGameObjectAction<KaijuCastSensor>
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<KaijuCastSensor, GameObject>.HandleSensor()