Namespace KaijuSolutions.Agents.Actuators
Actuators for use with Kaiju Agents.
Classes
KaijuActuator
Base actuator class.
KaijuAttackActuator
Base KaijuActuator for attacking other objects. This will perform a raycast in the direction of its forward.
KaijuEverythingAttackActuator
KaijuAttackActuator based on transforms, allowing it to attack anything. You can optionally filter objects by name to limit what is returned. As transforms are directly returned by hits in the underlying class, this is actually quite efficient than compared to making a custom version to get a specific component type.
Enums
KaijuActuatorState
The result of running an actuator.