C# Class Pathfinding.RichPath

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
seeker Seeker

Méthodes publiques

Méthode Description
GetCurrentPart ( ) : RichPathPart
Initialize ( Seeker s, Path p, bool mergePartEndpoints, RichFunnel simplificationMode ) : void
NextPart ( ) : void
PartsLeft ( ) : bool
RichPath ( ) : UnityEngine

Method Details

GetCurrentPart() public méthode

public GetCurrentPart ( ) : RichPathPart
Résultat RichPathPart

Initialize() public méthode

public Initialize ( Seeker s, Path p, bool mergePartEndpoints, RichFunnel simplificationMode ) : void
s Seeker
p Path
mergePartEndpoints bool
simplificationMode RichFunnel
Résultat void

NextPart() public méthode

public NextPart ( ) : void
Résultat void

PartsLeft() public méthode

public PartsLeft ( ) : bool
Résultat bool

RichPath() public méthode

public RichPath ( ) : UnityEngine
Résultat UnityEngine

Property Details

seeker public_oe property

public Seeker seeker
Résultat Seeker