C# Class levelSelection, unity-game-kappakiwi

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
EndScene ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
CastRay ( ) : void
FadeToBlack ( ) : void
FadeToClear ( ) : void
Start ( ) : void
StartScene ( ) : 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