C# Class Monster, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
attacking bool
child GameObject
speed int

Méthodes publiques

Méthode Description
Attack ( ) : void
LoosePlayer ( ) : void
OnGUI ( ) : void
Start ( ) : void
StartRunning ( ) : void
Update ( ) : void
UpdateAttack ( ) : void
UpdateIdle ( ) : void

Private Methods

Méthode Description
KillPlayer ( ) : IEnumerator

Method Details

Attack() public méthode

public Attack ( ) : void
Résultat void

LoosePlayer() public méthode

public LoosePlayer ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartRunning() public méthode

public StartRunning ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateAttack() public méthode

public UpdateAttack ( ) : void
Résultat void

UpdateIdle() public méthode

public UpdateIdle ( ) : void
Résultat void

Property Details

attacking public_oe property

public bool attacking
Résultat bool

child public_oe property

public GameObject child
Résultat GameObject

speed public_oe property

public int speed
Résultat int