Class AlternativePath Extends MonoModifier
Applies penalty to the paths it processes telling other units to avoid choosing the same path.
Note that this might not work properly if penalties are modified by other actions as well (e.g graph update objects which reset the penalty to zero). It will only work when all penalty modifications are relative, i.e adding or subtracting penalties, but not when setting penalties to specific values.
When destroyed, it will correctly remove any added penalty.
Public Methods
Called for each path that the Seeker calculates after the calculation has finished.
Public Static Methods
Public Variables
How much penalty (weight) to apply to nodes.
Max number of nodes to skip in a row.
Inherited Public Members
Private/Protected Members
Handle serialization backwards compatibility.
Handle serialization backwards compatibility.
The previous path.
The previous penalty used.
A random object.