C# Class Barrack, LORedAlert

Inheritance: Building
Afficher le fichier Open project: applexiaohao/LORedAlert Class Usage Examples

Méthodes publiques

Свойство Type Description
soldier GameObject
soldierPos Transform
targetPos Vector3

Méthodes publiques

Méthode Description
Awake ( ) : void
CreateSoldier ( ) : void
OnDestroy ( ) : void
OnMouseDown ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

CreateSoldier() public méthode

public CreateSoldier ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

soldier public_oe property

public GameObject soldier
Résultat GameObject

soldierPos public_oe property

public Transform soldierPos
Résultat Transform

targetPos public_oe property

public Vector3 targetPos
Résultat Vector3