C# Class Barricade, Holdout

Inheritance: MonoBehaviour
Afficher le fichier Open project: MaddJhin/Holdout Class Usage Examples

Méthodes publiques

Свойство Type Description
backWaypoints List
frontWaypoints List
maxHealth float

Méthodes publiques

Méthode Description
AssignFrontWaypoint ( GameObject unit ) : void
AssignRearWaypoint ( GameObject unit ) : void
Awake ( ) : void
Start ( ) : void

Method Details

AssignFrontWaypoint() public méthode

public AssignFrontWaypoint ( GameObject unit ) : void
unit GameObject
Résultat void

AssignRearWaypoint() public méthode

public AssignRearWaypoint ( GameObject unit ) : void
unit GameObject
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

backWaypoints public_oe property

public List backWaypoints
Résultat List

frontWaypoints public_oe property

public List frontWaypoints
Résultat List

maxHealth public_oe property

public float maxHealth
Résultat float