Vec2.ToString
string ToString()
Mostly for debug purposes, this is a decent way to log or inspect the vector in debug mode. Looks like “[x, y]”
RETURNS: string | A string that looks like “[x, y]” |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!