tag
#api-gotcha
2 items (2 fixes)
fixes
✓ 26.07.08e
"Angles struct fields are lowercase"
Angles uses .pitch/.yaw/.roll (lowercase) and Vector3 uses .x/.y/.z. Capitalized sightings in a codebase belong to unrelated component properties.
wrong-facingapi-gotcha
✓ 26.07.08e
"Gamepad triggers have a public analog read: Input.GetAnalog works"
Gamepad triggers DO have a public smooth 0..1 analog read via Input.GetAnalog(InputAnalog.LeftTrigger/RightTrigger). Named Input.config actions bound to triggers remain digital-only (on/off): use the direct analog surface for proportional control.
inputgamepad