Polarith AI
1.8

◆ StartSteering()

override bool StartSteering ( )
protectedvirtual

Checks if the current percept is relevant using the distance to the bounding box of this object.

If the percept is relevant, the behaviour will be executed.

Note that the algorithm is more expensive, but also more precise if BoundsType is set to BoundsType.ColliderOBB or BoundsType.Visual.

Returns
true: if the percept lies in between the RadiusSteeringBehaviour.InnerRadius and RadiusSteeringBehaviour.OuterRadius, false: otherwise.

Reimplemented from RadiusSteeringBehaviour.

Imprint