C# Class AgentActions, MagesOfBlight

Inheritance: MonoBehaviour
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
blockAction ActionData,
counterAction ActionData,
proactiveActions List

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
InitActions ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : 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

blockAction public_oe property

public ActionData, blockAction
Résultat ActionData,

counterAction public_oe property

public ActionData, counterAction
Résultat ActionData,

proactiveActions public_oe property

public List proactiveActions
Résultat List