C# 클래스 ErrorPanel, CodeSpells

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

공개 메소드들

메소드 설명
ErrorPanel ( IDE, idething ) : System.Text.RegularExpressions
draw ( ) : void
getErrorRect ( ) : Rect
move ( float x, float y ) : void
scale ( float x, float y ) : void
setTexture ( Texture2D bgTexture ) : void

비공개 메소드들

메소드 설명
setTextAreaRect ( ) : void

메소드 상세

ErrorPanel() 공개 메소드

public ErrorPanel ( IDE, idething ) : System.Text.RegularExpressions
idething IDE,
리턴 System.Text.RegularExpressions

draw() 공개 메소드

public draw ( ) : void
리턴 void

getErrorRect() 공개 메소드

public getErrorRect ( ) : Rect
리턴 Rect

move() 공개 메소드

public move ( float x, float y ) : void
x float
y float
리턴 void

scale() 공개 메소드

public scale ( float x, float y ) : void
x float
y float
리턴 void

setTexture() 공개 메소드

public setTexture ( Texture2D bgTexture ) : void
bgTexture UnityEngine.Texture2D
리턴 void