![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
Public Member Functions | |
| SpeedString (int capacity) | |
| void | Clear () |
| void | Draw (ref TextMeshProUGUI _text) |
| void | Append (string value) |
| void | Append (int value) |
Public Attributes | |
| string | string_base |
| StringBuilder | string_builder |
Static Private Member Functions | |
| static int | ToCharArray (uint value, char[] buffer, int bufferIndex) |
Private Attributes | |
| char[] | int_parser = new char[11] |
| int | i |
| int | count |