HandMenuItem.Draw
void Draw(Vec3 at, float arcLength, float angle, bool focused)
This draws the menu item on the radial menu!
| Vec3 at | Center of the radial slice |
| float arcLength | Length of the arc at the midpoint of the radial slice. |
| float angle | Angle of the centerpoint of the slice this is rendered on. |
| bool focused | If the current menu slice has focus. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!