C# Class ProgCom.ProgCom

Inheritance: Part
Exibir arquivo Open project: Binamrad/ProgCom

Protected Properties

Property Type Description
consolePos UnityEngine.Rect
numpadPos UnityEngine.Rect
windowPos UnityEngine.Rect

Public Methods

Method Description
OnStart ( PartModule state ) : void
OnUpdate ( ) : void

Protected Methods

Method Description
drawGUI ( ) : void
loadWrapper ( String s, int loadLocation ) : int
onFlightStart ( ) : void

Private Methods

Method Description
WindowGUI ( int windowID ) : void
clearConsole ( ) : void
consoleWrite ( String S ) : void
cycle ( int cycles ) : int
getConsoleOutString ( String S ) : String
init ( ) : void
load ( String s, int loadLocation ) : int
loadAndMakeTape ( String s, int loadLocation ) : System.Int32[]
memWrFormat ( int i, int pos ) : String
parseInput ( String s ) : void
shipHasOtherActiveComputer ( ) : bool

Method Details

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

drawGUI() protected method

protected drawGUI ( ) : void
return void

loadWrapper() protected method

protected loadWrapper ( String s, int loadLocation ) : int
s String
loadLocation int
return int

onFlightStart() protected method

protected onFlightStart ( ) : void
return void

Property Details

consolePos protected_oe property

protected Rect,UnityEngine consolePos
return UnityEngine.Rect

numpadPos protected_oe property

protected Rect,UnityEngine numpadPos
return UnityEngine.Rect

windowPos protected_oe property

protected Rect,UnityEngine windowPos
return UnityEngine.Rect