C# Class StateMoveJordan, PathfindingToolUnity

Inheritance: StateJordan
Show file Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
closeEnoughRange float
road List
speed float

Public Methods

Method Description
StateMoveJordan ( ) : System.Collections
UpdateRoad ( ) : void
check ( ) : StateJordan
step ( ) : void

Method Details

StateMoveJordan() public method

public StateMoveJordan ( ) : System.Collections
return System.Collections

UpdateRoad() public method

public UpdateRoad ( ) : void
return void

check() public method

public check ( ) : StateJordan
return StateJordan

step() public method

public step ( ) : void
return void

Property Details

closeEnoughRange public property

public float closeEnoughRange
return float

road public property

public List road
return List

speed public property

public float speed
return float