C# Class PathfindingAgent, PathfindingToolUnity

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float closeEnoughRange
return float

road public_oe property

public List road
return List

speed public_oe property

public float speed
return float

target public_oe property

public GameObject target
return GameObject