C# Class NearFutureElectrical.ReactorUI

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Public Properties

Property Type Description
scrollPosition Vector2
windowPos UnityEngine.Rect

Public Methods

Method Description
Awake ( ) : void
DummyVoid ( ) : void
FindReactors ( ) : void
OnDestroy ( ) : void
OnGUIAppLauncherDestroyed ( ) : void
OnGUIAppLauncherReady ( ) : void
ResetAppLauncher ( ) : void
Start ( ) : void
ToggleReactorWindow ( ) : void
Update ( ) : void
onAppLaunchToggleOff ( ) : void

Private Methods

Method Description
DrawReactor ( FissionReactor reactor ) : void
DrawReactorGUI ( ) : void
InitStyles ( ) : void
OnGUI ( ) : void
OnToolbarButtonToggle ( ) : void
ReactorWindow ( int windowId ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

DummyVoid() public method

public DummyVoid ( ) : void
return void

FindReactors() public method

public FindReactors ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnGUIAppLauncherDestroyed() public method

public OnGUIAppLauncherDestroyed ( ) : void
return void

OnGUIAppLauncherReady() public method

public OnGUIAppLauncherReady ( ) : void
return void

ResetAppLauncher() public method

public ResetAppLauncher ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ToggleReactorWindow() public static method

public static ToggleReactorWindow ( ) : void
return void

Update() public method

public Update ( ) : void
return void

onAppLaunchToggleOff() public method

public onAppLaunchToggleOff ( ) : void
return void

Property Details

scrollPosition public_oe property

public Vector2 scrollPosition
return Vector2

windowPos public_oe property

public Rect,UnityEngine windowPos
return UnityEngine.Rect