C# Class PierreAgent, PathfindingToolUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: benjaml/PathfindingToolUnity

Méthodes publiques

Свойство Type Description
bullet GameObject
closeEnoughRange float
road List
speed float
strat Strat
targets List

Méthodes publiques

Méthode Description
Fire ( ) : void
OnCollisionEnter ( Collision col ) : void
Start ( ) : void
Update ( ) : void
UpdateRoad ( ) : void
UpdateRoadRandom ( ) : void

Method Details

Fire() public méthode

public Fire ( ) : void
Résultat void

OnCollisionEnter() public méthode

public OnCollisionEnter ( Collision col ) : void
col Collision
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateRoad() public méthode

public UpdateRoad ( ) : void
Résultat void

UpdateRoadRandom() public méthode

public UpdateRoadRandom ( ) : void
Résultat void

Property Details

bullet public_oe property

public GameObject bullet
Résultat GameObject

closeEnoughRange public_oe property

public float closeEnoughRange
Résultat float

road public_oe property

public List road
Résultat List

speed public_oe property

public float speed
Résultat float

strat public_oe property

public Strat strat
Résultat Strat

targets public_oe property

public List targets
Résultat List