C# Class NearFutureElectrical.ReactorUI

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Méthodes publiques

Свойство Type Description
scrollPosition Vector2
windowPos UnityEngine.Rect

Méthodes publiques

Méthode 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

Méthode Description
DrawReactor ( FissionReactor reactor ) : void
DrawReactorGUI ( ) : void
InitStyles ( ) : void
OnGUI ( ) : void
OnToolbarButtonToggle ( ) : void
ReactorWindow ( int windowId ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DummyVoid() public méthode

public DummyVoid ( ) : void
Résultat void

FindReactors() public méthode

public FindReactors ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnGUIAppLauncherDestroyed() public méthode

public OnGUIAppLauncherDestroyed ( ) : void
Résultat void

OnGUIAppLauncherReady() public méthode

public OnGUIAppLauncherReady ( ) : void
Résultat void

ResetAppLauncher() public méthode

public ResetAppLauncher ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToggleReactorWindow() public static méthode

public static ToggleReactorWindow ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

onAppLaunchToggleOff() public méthode

public onAppLaunchToggleOff ( ) : void
Résultat void

Property Details

scrollPosition public_oe property

public Vector2 scrollPosition
Résultat Vector2

windowPos public_oe property

public Rect,UnityEngine windowPos
Résultat UnityEngine.Rect