C# Class BoxScript, ProjetUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: MartinsDavid/ProjetUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
boxAnimator Animator
destructedBoxSound UnityEngine.AudioClip
hearthPrefab Transform

Méthodes publiques

Méthode Description
Destroy ( ) : void
DropHearth ( ) : void
HitBox ( string attackName ) : void
Start ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

DropHearth() public méthode

public DropHearth ( ) : void
Résultat void

HitBox() public méthode

public HitBox ( string attackName ) : void
attackName string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

boxAnimator public_oe property

public Animator boxAnimator
Résultat Animator

destructedBoxSound public_oe property

public AudioClip,UnityEngine destructedBoxSound
Résultat UnityEngine.AudioClip

hearthPrefab public_oe property

public Transform hearthPrefab
Résultat Transform