Namespace KaijuSolutions.Agents.Sensors
Sensors for use with Kaiju Agents.
Classes
KaijuAgentsVisionSensor
KaijuVisionSensor<T> to see KaijuAgents. By default, this is more efficient than standard KaijuVisionSensor<T>s as it accesses the cached KaijuAgents from Agents.
KaijuCastSensor
KaijuSensor to perform ray or sphere casts. This will cast from this transform in the forward direction of this transform.
KaijuEverythingVisionSensor
KaijuVisionSensor<T> based on transforms, allowing it to see anything. You can optionally filter objects by name to limit what is returned. While this KaijuSensor can be highly versatile, if performance is a concern, it is recommended to extend KaijuVisionSensor<T> for a specific component type you are interested in rather than using this.
KaijuSensor
Base sensor class.
KaijuVisionSensor<T>
KaijuSensor to allow for visual detection of a component type.