C# 클래스 Highlight, CodeSpells

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

공개 메소드들

메소드 설명
Highlight ( ) : System.Collections
highlightErrors ( string code, List errorLines ) : Texture2D>>.List
highlightPage ( string code ) : Texture2D>>.List

비공개 메소드들

메소드 설명
getHighlights ( string token, Texture2D texture, string line, int count, Texture2D>.List currHighlights ) : Texture2D>>.List

메소드 상세

Highlight() 공개 메소드

public Highlight ( ) : System.Collections
리턴 System.Collections

highlightErrors() 공개 메소드

public highlightErrors ( string code, List errorLines ) : Texture2D>>.List
code string
errorLines List
리턴 Texture2D>>.List

highlightPage() 공개 메소드

public highlightPage ( string code ) : Texture2D>>.List
code string
리턴 Texture2D>>.List