C# Class Will_IA_M2, PathfindingToolUnity

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

Méthodes publiques

Свойство Type Description
closeEnoughRange float
graphName string
shootSpeed float
timeToPos float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
move ( Vector3 pos ) : void
shoot ( GameObject targ ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

move() public méthode

public move ( Vector3 pos ) : void
pos Vector3
Résultat void

shoot() public méthode

public shoot ( GameObject targ ) : void
targ GameObject
Résultat void

Property Details

closeEnoughRange public_oe property

public float closeEnoughRange
Résultat float

graphName public_oe property

public string graphName
Résultat string

shootSpeed public_oe property

public float shootSpeed
Résultat float

timeToPos public_oe property

public float timeToPos
Résultat float