C# Class NPCAI

Inheritance: MonoBehaviour
Afficher le fichier Open project: FlaminJesus/Pharaonic Class Usage Examples

Méthodes publiques

Свойство Type Description
tickTime float

Méthodes publiques

Méthode Description
AddDesire ( AbstractDesire desire ) : void
Awake ( ) : void
FixedUpdate ( ) : void
GetCurrentTarget ( ) : Transform
GetDesires ( ) : List
RemoveDesire ( AbstractDesire desire ) : void
Start ( ) : void

Private Methods

Méthode Description
AITickDelay ( ) : IEnumerator

Method Details

AddDesire() public méthode

public AddDesire ( AbstractDesire desire ) : void
desire AbstractDesire
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GetCurrentTarget() public méthode

public GetCurrentTarget ( ) : Transform
Résultat Transform

GetDesires() public méthode

public GetDesires ( ) : List
Résultat List

RemoveDesire() public méthode

public RemoveDesire ( AbstractDesire desire ) : void
desire AbstractDesire
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

tickTime public_oe property

public float tickTime
Résultat float