Class AdvancedSmooth Extends MonoModifier

Public

Smoothing by dividing path into turns and straight segments.

Deprecated

This modifier is deprecated

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 Variables

Order

Modifiers will be executed from lower order to higher order.

Public
turnConstruct1
Public
turnConstruct2
Public
turningRadius
Public

Inherited Public Members

PreProcess (path)
seeker
Public

Private/Protected Members

Awake ()
EvaluatePaths (turnList, output)

Alerts the Seeker that this modifier exists.

OnUpgradeSerializedData (migrations, unityThread)

Handle serialization backwards compatibility.

Reset ()

Handle serialization backwards compatibility.

UpgradeSerializedData (isUnityThread)