Method ParseValueToString
ParseValueToString(Vector2Int)
Method to implement to resolve a TValueType value into a string value.
You can use ToString() for floating point value types for example.
You can also round the value if you want a specific number of decimals.
Declaration
protected override string ParseValueToString(Vector2Int val)
Parameters
Type | Name | Description |
---|---|---|
Vector2Int | val | The TValueType value to convert. |
Returns
Type | Description |
---|---|
string |