|
strong |
Primarily used within SteeringBehaviour instances to define which method is to be used for predicting the agent position.
Enumerator | |
---|---|
None | No prediction method is to be used. |
VelocityMagnitude | The actual magnitude of the movement velocity (which can also be a preset forward direction depending on SteeringBehaviour.PresetVelocity) is used for predicting the future position. |
PredictionMagnitude | The movement velocity (which can also be a preset forward direction depending on SteeringBehaviour.PresetVelocity) is normalized and then scaled with the set SteeringBehaviour.PredictionMagnitude for predicting the future position. |