Class StartEndModifier Extends PathModifier
Adjusts start and end points of a path.
This modifier is included in the Seeker component and is always used if you are using a Seeker. When a path is calculated the resulting path will only be the positions of the nodes it passes through. However often you may not want to navigate to the center of a specific node but instead to a point on the surface of a node. This modifier will adjust the endpoints of the path.
Public Methods
Public Variables
Modifiers will be executed from lower order to higher order.
Add points to the path instead of replacing them.
Will be called when a path is processed.
How the end point of the path will be determined.
How the start point of the path will be determined.
Do a straight line check from the node's center to the point determined by the Exactness.
Do a straight line check from the node's center to the point determined by the Exactness.
Public Enums
Sets where the start and end points of a path should be placed.