C# Class AchievementScreen, unity-game-kappakiwi

Inheritance: MonoBehaviour
Show file Open project: clee842/unity-game-kappakiwi Class Usage Examples

Public Properties

Property Type Description
fadeSpeed float
screenFader GUITexture

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

CastRay() public method

public CastRay ( ) : void
return void

EndScene() public method

public EndScene ( ) : void
return void

FadeToBlack() public method

public FadeToBlack ( ) : void
return void

FadeToClear() public method

public FadeToClear ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartScene() public method

public StartScene ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fadeSpeed public property

public float fadeSpeed
return float

screenFader public property

public GUITexture screenFader
return GUITexture