Text2D - MalisPierre/ModularGame GitHub Wiki

Class Text2D: Item2D


Description:

This Class allow you to setup a Text on a 2d Panel. Text2D inherit from Item2D


Functions:

Inherit from Item2D, so look for other functions there.


void SetText(string NewText)

string GetText()

void SetColor(Color NewColor)

void SetFontSize(string NewSize)

void SetFontType(Font NewFont)