C# Class exitFailed, unity-game-kappakiwi

Inheritance: MonoBehaviour
Exibir arquivo Open project: clee842/unity-game-kappakiwi

Public Properties

Property Type Description
fadeSpeed float
screenFader GUITexture
tryAgain GameObject

Public Methods

Method Description
EndScene ( ) : void

Private Methods

Method Description
Awake ( ) : void
CastRay ( ) : void
FadeToBlack ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

EndScene() public method

public EndScene ( ) : void
return void

Property Details

fadeSpeed public_oe property

public float fadeSpeed
return float

screenFader public_oe property

public GUITexture screenFader
return GUITexture

tryAgain public_oe property

public GameObject tryAgain
return GameObject