C# Class Pathfinding.FleePath

Inheritance: RandomPath
Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method Description
Construct ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback = null ) : FleePath
FleePath ( ) : System

Protected Methods

Method Description
Recycle ( ) : void
Setup ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback ) : void

Private Methods

Method Description
FleePath ( Vector3 start, Vector3 avoid, int length, OnPathDelegate callbackDelegate = null ) : System

Method Details

Construct() public static method

public static Construct ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback = null ) : FleePath
start Vector3
avoid Vector3
searchLength int
callback OnPathDelegate
return FleePath

FleePath() public method

public FleePath ( ) : System
return System

Recycle() protected method

protected Recycle ( ) : void
return void

Setup() protected method

protected Setup ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback ) : void
start Vector3
avoid Vector3
searchLength int
callback OnPathDelegate
return void