C# Class exitFailed, unity-game-kappakiwi

Inheritance: MonoBehaviour
Afficher le fichier Open project: clee842/unity-game-kappakiwi

Méthodes publiques

Свойство Type Description
fadeSpeed float
screenFader GUITexture
tryAgain GameObject

Méthodes publiques

Méthode Description
EndScene ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
CastRay ( ) : void
FadeToBlack ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

EndScene() public méthode

public EndScene ( ) : void
Résultat void

Property Details

fadeSpeed public_oe property

public float fadeSpeed
Résultat float

screenFader public_oe property

public GUITexture screenFader
Résultat GUITexture

tryAgain public_oe property

public GameObject tryAgain
Résultat GameObject