Custom BaseStringConverter for UnityEngine.Rect.
More...
Inherits NumericStringConverter< Rect >.
|
| override Rect | 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.Rect.
| override Rect 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.