C# 클래스 IDE, CodeSpells

상속: MonoBehaviour
파일 보기 프로젝트 열기: srfoster/CodeSpells 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
background_texture UnityEngine.Texture2D
button_down_texture UnityEngine.Texture2D
button_style GUIStyle
button_up_texture UnityEngine.Texture2D
code_style GUIStyle
ide_font Font
left_panel_background UnityEngine.Texture2D
red_button_down_texture UnityEngine.Texture2D
red_button_up_texture UnityEngine.Texture2D
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

메소드 상세

ColumnNumber() 공개 메소드

public ColumnNumber ( ) : int
리턴 int

CursorHorizontalOffset() 공개 메소드

public CursorHorizontalOffset ( ) : int
리턴 int

CursorVerticalOffset() 공개 메소드

public CursorVerticalOffset ( ) : int
리턴 int

DoWindow0() 공개 메소드

public DoWindow0 ( int windowID ) : void
windowID int
리턴 void

GetCursorPosition() 공개 메소드

public GetCursorPosition ( ) : int
리턴 int

Init() 공개 메소드

public Init ( ) : void
리턴 void

LineNumber() 공개 메소드

public LineNumber ( ) : int
리턴 int

NewLineBeforeCursor() 공개 메소드

public NewLineBeforeCursor ( ) : int
리턴 int

NumberOfNewLines() 공개 메소드

public NumberOfNewLines ( string s ) : int
s string
리턴 int

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

SetInput() 공개 메소드

public SetInput ( IDEInput, input ) : void
input IDEInput,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

addStyle() 공개 메소드

public addStyle ( int number, string type ) : void
number int
type string
리턴 void

adjustScroll() 공개 메소드

public adjustScroll ( ) : void
리턴 void

catchTabs() 공개 메소드

public catchTabs ( ) : void
리턴 void

checkBackButton() 공개 메소드

public checkBackButton ( Rect r ) : void
r Rect
리턴 void

checkNewSpellButton() 공개 메소드

public checkNewSpellButton ( Rect r ) : void
r Rect
리턴 void

checkRemoveButton() 공개 메소드

public checkRemoveButton ( Rect r ) : void
r Rect
리턴 void

clearStyles() 공개 메소드

public clearStyles ( ) : void
리턴 void

detectKeyboardActivity() 공개 메소드

public detectKeyboardActivity ( ) : void
리턴 void

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

getCurrentError() 공개 메소드

public getCurrentError ( ) : string
리턴 string

getFileName() 공개 메소드

public getFileName ( ) : string
리턴 string

getSpellName() 공개 메소드

public getSpellName ( ) : string
리턴 string

inputProcessing() 공개 메소드

public inputProcessing ( ) : void
리턴 void

insertTab() 공개 메소드

public insertTab ( int tab_width ) : void
tab_width int
리턴 void

logKeyboardActivity() 공개 메소드

public logKeyboardActivity ( ) : void
리턴 void

logNewErrors() 공개 메소드

public logNewErrors ( ) : void
리턴 void

removeScript() 공개 메소드

public removeScript ( ) : void
리턴 void

setErrorMessage() 공개 메소드

public setErrorMessage ( string error ) : void
error string
리턴 void

show() 공개 메소드

public show ( GameObject previous_state ) : void
previous_state GameObject
리턴 void

showCode() 공개 메소드

public showCode ( ) : void
리턴 void

showHighlightedCode() 공개 메소드

public showHighlightedCode ( ) : void
리턴 void

suggestAutocompletes() 공개 메소드

public suggestAutocompletes ( ) : void
리턴 void

writeOut() 공개 메소드

public writeOut ( ) : void
리턴 void

프로퍼티 상세

background_texture 공개적으로 프로퍼티

public Texture2D,UnityEngine background_texture
리턴 UnityEngine.Texture2D

button_down_texture 공개적으로 프로퍼티

public Texture2D,UnityEngine button_down_texture
리턴 UnityEngine.Texture2D

button_style 공개적으로 프로퍼티

public GUIStyle button_style
리턴 GUIStyle

button_up_texture 공개적으로 프로퍼티

public Texture2D,UnityEngine button_up_texture
리턴 UnityEngine.Texture2D

code_style 공개적으로 프로퍼티

public GUIStyle code_style
리턴 GUIStyle

ide_font 공개적으로 프로퍼티

public Font ide_font
리턴 Font

left_panel_background 공개적으로 프로퍼티

public Texture2D,UnityEngine left_panel_background
리턴 UnityEngine.Texture2D

red_button_down_texture 공개적으로 프로퍼티

public Texture2D,UnityEngine red_button_down_texture
리턴 UnityEngine.Texture2D

red_button_up_texture 공개적으로 프로퍼티

public Texture2D,UnityEngine red_button_up_texture
리턴 UnityEngine.Texture2D

remove_style 공개적으로 프로퍼티

public GUIStyle remove_style
리턴 GUIStyle