Class AdvancedSmooth Extends MonoModifier

Public

Smoothing by dividing path into turns and straight segments.

A* Pro Feature:

This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here

Inner Types

Constant turning speed.

Type of turn.

Represents a turn in a path.

Abstract turn constructor.

Public Methods

Apply (path)

Called for each path that the Seeker calculates after the calculation has finished.

Public

Public Variables

Order
Public
turnConstruct1
Public
turnConstruct2
Public
turningRadius
Public

Inherited Public Members

PreProcess (path)
Public
seeker
Public

Private/Protected Members

Awake ()
Protected
EvaluatePaths (turnList, output)
Private
OnDisable ()
Protected
OnEnable ()

Alerts the Seeker that this modifier exists.

Protected
OnUpgradeSerializedData (version, unityThread)

Handle serialization backwards compatibility.

Protected
Reset ()

Handle serialization backwards compatibility.

Protected