# ANIM_STATE_ANY

Variable · category: Animation

Source: https://github.com/playcanvas/engine/blob/b5b983982a9860d21e0c1dafb2f85f72e2c01afb/src/framework/anim/controller/constants.js#L151

Used to indicate any state in an anim state graph layer.

```ts
const ANIM_STATE_ANY: "ANY" = 'ANY'
```
