tag
#api-gotcha
2 items (2 fixes)
fixes
✓ 26.07
"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
"No public per-action analog trigger axis — triggers are digital-only"
GamepadCode-bound trigger actions are read as digital threshold presses only — there's no smooth 0..1 analog read per action. Use stick axes for continuous control.
inputgamepad