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 |
Bitwise List to Int |
Perform bitwise OR operation on all list elements and transform the output to an integer value. |
Bitwise Int to List |
Covert the decimal values represented by bits at position 1 of an integer in its binary form to a list |