Свойство | Тип | Описание | |
---|---|---|---|
background_texture | |||
button_down_texture | |||
button_style | GUIStyle | ||
button_up_texture | |||
code_style | GUIStyle | ||
ide_font | Font | ||
left_panel_background | |||
red_button_down_texture | |||
red_button_up_texture | |||
remove_style | GUIStyle |
Метод | Описание | |
---|---|---|
ColumnNumber ( ) : int | ||
CursorHorizontalOffset ( ) : int | ||
CursorVerticalOffset ( ) : int | ||
DoWindow0 ( int windowID ) : void | ||
GetCursorPosition ( ) : int | ||
Init ( ) : void | ||
LineNumber ( ) : int | ||
NewLineBeforeCursor ( ) : int | ||
NumberOfNewLines ( string s ) : int | ||
OnApplicationQuit ( ) : void | ||
OnGUI ( ) : void | ||
SetInput ( IDEInput, input ) : void | ||
Start ( ) : void | ||
addStyle ( int number, string type ) : void | ||
adjustScroll ( ) : void | ||
catchTabs ( ) : void | ||
checkBackButton ( Rect r ) : void | ||
checkNewSpellButton ( Rect r ) : void | ||
checkRemoveButton ( Rect r ) : void | ||
clearStyles ( ) : void | ||
detectKeyboardActivity ( ) : void | ||
getCode ( ) : string | ||
getCurrentError ( ) : string | ||
getFileName ( ) : string | ||
getSpellName ( ) : string | ||
inputProcessing ( ) : void | ||
insertTab ( int tab_width ) : void | ||
logKeyboardActivity ( ) : void | ||
logNewErrors ( ) : void | ||
removeScript ( ) : void | ||
setErrorMessage ( string error ) : void | ||
show ( GameObject previous_state ) : void | ||
showCode ( ) : void | ||
showHighlightedCode ( ) : void | ||
suggestAutocompletes ( ) : void | ||
writeOut ( ) : void |
public NumberOfNewLines ( string s ) : int | ||
s | string | |
Результат | int |
public SetInput ( IDEInput, input ) : void | ||
input | IDEInput, | |
Результат | void |
public addStyle ( int number, string type ) : void | ||
number | int | |
type | string | |
Результат | void |
public checkNewSpellButton ( Rect r ) : void | ||
r | Rect | |
Результат | void |
public checkRemoveButton ( Rect r ) : void | ||
r | Rect | |
Результат | void |
public setErrorMessage ( string error ) : void | ||
error | string | |
Результат | void |
public show ( GameObject previous_state ) : void | ||
previous_state | GameObject | |
Результат | void |
public Texture2D,UnityEngine background_texture | ||
Результат |
public Texture2D,UnityEngine button_down_texture | ||
Результат |
public Texture2D,UnityEngine button_up_texture | ||
Результат |
public Texture2D,UnityEngine left_panel_background | ||
Результат |
public Texture2D,UnityEngine red_button_down_texture | ||
Результат |
public Texture2D,UnityEngine red_button_up_texture | ||
Результат |