C# Class AwesomeDialog, RoverGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
awesomeDialogAnimator Animator
firstStarFading Animator
secondStarFading Animator
starSoundEffect UnityEngine.AudioClip
thirdStarFading Animator

Méthodes publiques

Méthode Description
FadeStars ( ) : IEnumerator

Fade stars Coroutine.

Hide ( ) : void

Hide the Awesome Dialog.

Show ( ) : void

Show the Awesome Dialog.

Private Methods

Méthode Description
Awake ( ) : void
OnEnable ( ) : void

When the GameObject becomes visible

Method Details

FadeStars() public méthode

Fade stars Coroutine.
public FadeStars ( ) : IEnumerator
Résultat IEnumerator

Hide() public méthode

Hide the Awesome Dialog.
public Hide ( ) : void
Résultat void

Show() public méthode

Show the Awesome Dialog.
public Show ( ) : void
Résultat void

Property Details

awesomeDialogAnimator public_oe property

Awesome dialog animator.
public Animator awesomeDialogAnimator
Résultat Animator

firstStarFading public_oe property

First star fading animator.
public Animator firstStarFading
Résultat Animator

secondStarFading public_oe property

Second star fading animator.
public Animator secondStarFading
Résultat Animator

starSoundEffect public_oe property

Star sound effect.
public AudioClip,UnityEngine starSoundEffect
Résultat UnityEngine.AudioClip

thirdStarFading public_oe property

Third star fading animator.
public Animator thirdStarFading
Résultat Animator