C# Class StbEasyFont, UnityStbEasyFont

Afficher le fichier Open project: aras-p/UnityStbEasyFont Class Usage Examples

Méthodes publiques

Méthode Description
GenerateMesh ( float x, float y, string text, Color32 color, List vertexBuffer, List colorBuffer ) : void

Private Methods

Méthode Description
GenerateSegs ( float x, float y, byte segs, int segs_start, int num_segs, bool vertical, Color32 c, List vbuf, List cbuf ) : void

Method Details

GenerateMesh() public static méthode

public static GenerateMesh ( float x, float y, string text, Color32 color, List vertexBuffer, List colorBuffer ) : void
x float
y float
text string
color UnityEngine.Color32
vertexBuffer List
colorBuffer List
Résultat void