C# Class Sol.EndScreen

Inheritance: Menu
Mostrar archivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
cg UnityEngine.CanvasGroup
cursorImage UnityEngine.Texture2D
fadeTime float
levelToLoad int

Public Methods

Method Description
Close ( ) : void
Open ( ) : void

Private Methods

Method Description
Awake ( ) : void
FadeIn ( ) : IEnumerator
FadeOut ( ) : IEnumerator
Update ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Property Details

cg public_oe property

public CanvasGroup,UnityEngine cg
return UnityEngine.CanvasGroup

cursorImage public_oe property

public Texture2D,UnityEngine cursorImage
return UnityEngine.Texture2D

fadeTime public_oe property

public float fadeTime
return float

levelToLoad public_oe property

public int levelToLoad
return int