C# Class SplashScreen

Inheritance: MonoBehaviour
Show file Open project: oleg-shilo/cs-script Class Usage Examples

Public Methods

Method Description
HideSplash ( ) : void
ShowNotification ( string message, string progressLabel, bool stopProgressbar, string commadTitle, MethodInvoker, command ) : void
ShowNotificationMessage ( string message, string progressText, bool stopProgress, string commadTitle, MethodInvoker, command ) : void
ShowSplash ( ) : void
ShowSplash ( string title, string message ) : void
SplashScreen ( ) : System
SplashScreen ( ) : System.Threading
SplashScreen ( string title, string message ) : System.Threading
Terminate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SplashScreen_Deactivate ( object sender, EventArgs, e ) : void
SplashScreen_FormClosed ( object sender, FormClosedEventArgs, e ) : void
linkLabel1_MouseClick ( object sender, MouseEventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

HideSplash() public static method

public static HideSplash ( ) : void
return void

ShowNotification() public static method

public static ShowNotification ( string message, string progressLabel, bool stopProgressbar, string commadTitle, MethodInvoker, command ) : void
message string
progressLabel string
stopProgressbar bool
commadTitle string
command MethodInvoker,
return void

ShowNotificationMessage() public method

public ShowNotificationMessage ( string message, string progressText, bool stopProgress, string commadTitle, MethodInvoker, command ) : void
message string
progressText string
stopProgress bool
commadTitle string
command MethodInvoker,
return void

ShowSplash() public static method

public static ShowSplash ( ) : void
return void

ShowSplash() public static method

public static ShowSplash ( string title, string message ) : void
title string
message string
return void

SplashScreen() public method

public SplashScreen ( ) : System
return System

SplashScreen() public method

public SplashScreen ( ) : System.Threading
return System.Threading

SplashScreen() public method

public SplashScreen ( string title, string message ) : System.Threading
title string
message string
return System.Threading

Terminate() public method

public Terminate ( ) : void
return void