C# Class Pathfinding.PathModifier

Inheritance: IPathModifier
Mostrar archivo Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
priority int

Public Methods

Method Description
Apply ( Path p, ModifierData source ) : void
Awake ( Seeker s ) : void
OnDestroy ( Seeker s ) : void

Private Methods

Method Description
ApplyOriginal ( Path p ) : void
PreProcess ( Path p ) : void

Method Details

Apply() public abstract method

public abstract Apply ( Path p, ModifierData source ) : void
p Path
source ModifierData
return void

Awake() public method

public Awake ( Seeker s ) : void
s Seeker
return void

OnDestroy() public method

public OnDestroy ( Seeker s ) : void
s Seeker
return void

Property Details

priority public_oe property

public int priority
return int