C# Class Kramax.Toolbar.AppLauncherAutoPilot

Show file Open project: Kramax/KramaxAutoPilot

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void
setBtnState ( bool state, bool click = false ) : void

Private Methods

Method Description
OnToggleFalse ( ) : void
OnToggleTrue ( ) : void

Method Details

Awake() public static method

public static Awake ( ) : void
return void

OnDestroy() public static method

public static OnDestroy ( ) : void
return void

Start() public static method

public static Start ( ) : void
return void

setBtnState() public static method

public static setBtnState ( bool state, bool click = false ) : void
state bool
click bool
return void