> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/animation/legacyanimationcontroller/movementjumplegacycontroller/jumpfall.md).

# JumpFall

AnythingWorld.Animation.RunWalkIdleController.JumpFall

#### Declaration

{% code overflow="wrap" %}

```csharp
public void JumpFall(bool fall)
```

{% endcode %}

**Parameters**

<table data-header-hidden><thead><tr><th width="142.5"></th><th></th></tr></thead><tbody><tr><td><strong>fall</strong></td><td>Is the object falling?</td></tr></tbody></table>

#### Description

Transition the object to the falling animation.
