API
| नाम | विवरण |
|---|---|
| Vector3 To Vector2 | Convert a 3D vector to a 2D vector and delete the Z component of the 3D vector |
| Vector2 To Vector3 | Convert a 2D vector to a 3D vector, and set the Z component of the 3D vector to 0 |
| To String | Convert the target value to a string |
| String To Int | Convert the specified string to an integer |
| String To Float | Convert the specified string to a floating point number |
| Euler Angle to Vector3 | Euler angle to direction vector |
| Int to Float | Integer to floating point |