C# Class StateFunding.StateFundingApplicationLauncher

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: iamchairs/StateFunding Class Usage Examples

Public Methods

Method Description
StateFundingApplicationLauncher ( ) : System
onDisable ( ) : void
onEnable ( ) : void
onFalse ( ) : void
onHover ( ) : void
onHoverOut ( ) : void
onTrue ( ) : void
unload ( ) : void

Method Details

StateFundingApplicationLauncher() public method

public StateFundingApplicationLauncher ( ) : System
return System

onDisable() public method

public onDisable ( ) : void
return void

onEnable() public method

public onEnable ( ) : void
return void

onFalse() public method

public onFalse ( ) : void
return void

onHover() public method

public onHover ( ) : void
return void

onHoverOut() public method

public onHoverOut ( ) : void
return void

onTrue() public method

public onTrue ( ) : void
return void

unload() public method

public unload ( ) : void
return void