C# Class PathfindingAgent, PathfindingToolUnity

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

Public Properties

Property Type Description
closeEnoughRange float
road List
speed float
target GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
UpdateRoad ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateRoad() public method

public UpdateRoad ( ) : 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

target public property

public GameObject target
return GameObject