C# Class ErrorPanel, CodeSpells

Inheritance: MonoBehaviour
Exibir arquivo Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
setTextAreaRect ( ) : void

Method Details

ErrorPanel() public method

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

draw() public method

public draw ( ) : void
return void

getErrorRect() public method

public getErrorRect ( ) : Rect
return Rect

move() public method

public move ( float x, float y ) : void
x float
y float
return void

scale() public method

public scale ( float x, float y ) : void
x float
y float
return void

setTexture() public method

public setTexture ( Texture2D bgTexture ) : void
bgTexture UnityEngine.Texture2D
return void