C# Class Pathfinding.RichPath

Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
seeker Seeker

Public Methods

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

Method Details

GetCurrentPart() public method

public GetCurrentPart ( ) : RichPathPart
return RichPathPart

Initialize() public method

public Initialize ( Seeker s, Path p, bool mergePartEndpoints, RichFunnel simplificationMode ) : void
s Seeker
p Path
mergePartEndpoints bool
simplificationMode RichFunnel
return void

NextPart() public method

public NextPart ( ) : void
return void

PartsLeft() public method

public PartsLeft ( ) : bool
return bool

RichPath() public method

public RichPath ( ) : UnityEngine
return UnityEngine

Property Details

seeker public_oe property

public Seeker seeker
return Seeker