C# Class Skill_TimeStop, Castle-Bashers

Inheritance: Skill
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
layer GameObject
test bool

Méthodes publiques

Méthode Description
Awake ( ) : void
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void

Méthodes protégées

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

Private Methods

Méthode Description
AddHealth ( GameObject caller ) : void
modHealth ( GameObject caller, bool add = true, float val = 1.4f ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

UseSkill() public méthode

public UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters System
Résultat void

Property Details

layer public_oe property

public GameObject layer
Résultat GameObject

test public_oe property

public bool test
Résultat bool