C# Class ErrorPanel, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
setTextAreaRect ( ) : void

Method Details

ErrorPanel() public méthode

public ErrorPanel ( IDE, idething ) : System.Text.RegularExpressions
idething IDE,
Résultat System.Text.RegularExpressions

draw() public méthode

public draw ( ) : void
Résultat void

getErrorRect() public méthode

public getErrorRect ( ) : Rect
Résultat Rect

move() public méthode

public move ( float x, float y ) : void
x float
y float
Résultat void

scale() public méthode

public scale ( float x, float y ) : void
x float
y float
Résultat void

setTexture() public méthode

public setTexture ( Texture2D bgTexture ) : void
bgTexture UnityEngine.Texture2D
Résultat void