C# Class playerAttack, r2d2_assignment

Inheritance: MonoBehaviour
Afficher le fichier Open project: timmutton/r2d2_assignment Class Usage Examples

Méthodes publiques

Свойство Type Description
attackSound UnityEngine.AudioClip
spell GameObject

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
castSpell ( ) : void
clearSpellData ( ) : void
handleGesture ( GestureEnum gest ) : void

Private Methods

Méthode Description
GetQuadDamageMultiplier ( ) : float

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

castSpell() public méthode

public castSpell ( ) : void
Résultat void

clearSpellData() public méthode

public clearSpellData ( ) : void
Résultat void

handleGesture() public méthode

public handleGesture ( GestureEnum gest ) : void
gest GestureEnum
Résultat void

Property Details

attackSound public_oe property

public AudioClip,UnityEngine attackSound
Résultat UnityEngine.AudioClip

spell public_oe property

public GameObject spell
Résultat GameObject