Custom BaseStringConverter
for UnityEngine.Vector2
.
More...
Inherits NumericStringConverter< Vector2 >.
|
override Vector2 | FromFloats (float[] floats) |
| Convert the value from float array to target type. More...
|
|
override T | FromString (string value) |
| Convert the value of string to target type. More...
|
|
Custom BaseStringConverter
for UnityEngine.Vector2
.
override Vector2 FromFloats |
( |
float[] |
floats | ) |
|
|
protectedvirtual |
override T FromString |
( |
string |
value | ) |
|
|
protectedinherited |
Convert the value of string
to target type.
- Parameters
-
- Returns
- The instance of target type.