terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
TextSnippet (string text="") | |
TextSnippet (string text, Color color, float scale=1f) | |
virtual void | Update () |
virtual void | OnHover () |
virtual void | OnClick () |
virtual Color | GetVisibleColor () |
virtual bool | UniqueDraw (bool justCheckingString, [Out] Vector2 size, SpriteBatch spriteBatch, [Optional] Vector2 position, [Optional] Color color, float scale=1f) |
virtual TextSnippet | CopyMorph (string newText) |
virtual float | GetStringLength (SpriteFont font) |
override string | ToString () |
Public Attributes | |
string | Text |
string | TextOriginal |
Color | Color |
float | Scale |
bool | CheckForHover |
bool | DeleteWhole |
Definition at line 9 of file TextSnippet.cs.