C# Class RodrigueAgent, PathfindingToolUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
canShoot bool
currentTarget GameObject
interestPoints List
isDodging bool
listOfBullets List
listOfFriends List
listOfTarget List
navMeshAgent UnityEngine.NavMeshAgent
nbOfDeath int
rateOfFire float
spawnPoint Vector3
targetPossible GameObject[]
teamName string
timeSinLastShot float

Méthodes publiques

Méthode Description
Active ( ) : bool
ChangeTarget ( ) : void
FindTarget ( ) : void
GetTarget ( ) : void
Idle ( ) : void
Patrol ( ) : void
Regroup ( ) : void
SearchAndDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Shoot ( GameObject target ) : IEnumerator

Method Details

Active() public méthode

public Active ( ) : bool
Résultat bool

ChangeTarget() public méthode

public ChangeTarget ( ) : void
Résultat void

FindTarget() public méthode

public FindTarget ( ) : void
Résultat void

GetTarget() public méthode

public GetTarget ( ) : void
Résultat void

Idle() public méthode

public Idle ( ) : void
Résultat void

Patrol() public méthode

public Patrol ( ) : void
Résultat void

Regroup() public méthode

public Regroup ( ) : void
Résultat void

SearchAndDestroy() public méthode

public SearchAndDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

canShoot public_oe property

public bool canShoot
Résultat bool

currentTarget public_oe property

public GameObject currentTarget
Résultat GameObject

interestPoints public_oe property

public List interestPoints
Résultat List

isDodging public_oe property

public bool isDodging
Résultat bool

listOfBullets public_oe property

public List listOfBullets
Résultat List

listOfFriends public_oe property

public List listOfFriends
Résultat List

listOfTarget public_oe property

public List listOfTarget
Résultat List

navMeshAgent public_oe property

public NavMeshAgent,UnityEngine navMeshAgent
Résultat UnityEngine.NavMeshAgent

nbOfDeath public_oe property

public int nbOfDeath
Résultat int

rateOfFire public_oe property

public float rateOfFire
Résultat float

spawnPoint public_oe property

public Vector3 spawnPoint
Résultat Vector3

targetPossible public_oe property

public GameObject[] targetPossible
Résultat GameObject[]

teamName public_oe property

public string teamName
Résultat string

timeSinLastShot public_oe property

public float timeSinLastShot
Résultat float