C# Class Pathfinding.PathModifier

Inheritance: IPathModifier
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
priority int

Méthodes publiques

Méthode Description
Apply ( Path p, ModifierData source ) : void
Awake ( Seeker s ) : void
OnDestroy ( Seeker s ) : void

Private Methods

Méthode Description
ApplyOriginal ( Path p ) : void
PreProcess ( Path p ) : void

Method Details

Apply() public abstract méthode

public abstract Apply ( Path p, ModifierData source ) : void
p Path
source ModifierData
Résultat void

Awake() public méthode

public Awake ( Seeker s ) : void
s Seeker
Résultat void

OnDestroy() public méthode

public OnDestroy ( Seeker s ) : void
s Seeker
Résultat void

Property Details

priority public_oe property

public int priority
Résultat int