Property | Type | Description | |
---|---|---|---|
BUTTON_GLOW_GREEN | Color | ||
BUTTON_GLOW_GREEN_ALPHA | Color | ||
ButtonDrawInfos | List |
||
ButtonImage | |||
CHARSIZE | int | ||
CHARS_PER_ROW | int | ||
CLOSEBUTTON_RECT | |||
COLOR | Color | ||
COLOR_ALPHA | Color | ||
Core | |||
Cpu | |||
FontImage | |||
TEXTCOLOR | Color | ||
TEXTCOLOR_ALPHA | Color | ||
TerminalImage | |||
ThrottleLock | float | ||
XBGOFFSET | int | ||
XOFFSET | int | ||
YBGOFFSET | int | ||
YOFFSET | int | ||
allTexturesFound | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
ClearScreen ( ) : void | ||
Close ( ) : void | ||
LoadTexture ( String relativePath, |
||
Open ( ) : void | ||
SetOptionPilcrows ( bool val ) : void | ||
Toggle ( ) : void |
Method | Description | |
---|---|---|
AttachTo ( |
||
Keydown ( KeyCode code ) : void | ||
Lock ( ) : void | ||
OnGUI ( ) : void | ||
PrintLine ( string line ) : void | ||
ProcessKeyStrokes ( ) : void | ||
ShowCharacterByAscii ( char ch, int x, int y, Color textColor ) : void | ||
ShowCharacterByXY ( int x, int y, int tx, int ty, Color textColor ) : void | ||
SpecialKey ( kOSKeys key ) : void | ||
TermWindow ( ) : System | ||
TerminalGui ( int windowID ) : void | ||
Type ( char ch ) : void | ||
Unlock ( ) : void | ||
Update ( ) : void | ||
drawButton ( FunctionButtonDrawInfo drawInfo ) : void |
public LoadTexture ( String relativePath, |
||
relativePath | String | |
targetTexture | ||
return | void |
public static Color BUTTON_GLOW_GREEN_ALPHA | ||
return | Color |
public static Texture2D,UnityEngine ButtonImage | ||
return |
public static Rect,UnityEngine CLOSEBUTTON_RECT | ||
return |
public static Texture2D,UnityEngine FontImage | ||
return |
public static Texture2D,UnityEngine TerminalImage | ||
return |