---
title: wasReset
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/animationgraphcomponent/activestatemachinenode/wasreset
---

# wasReset

Returns true if the node was reset during the last tick.

## Declaration

```swift
var wasReset: Bool { get }
```

## See Also

### Inspecting the node state

- [currentState](realitykit/animationgraphcomponent/activestatemachinenode/currentstate.md)
- [previousState](realitykit/animationgraphcomponent/activestatemachinenode/previousstate.md)
- [lastTransition](realitykit/animationgraphcomponent/activestatemachinenode/lasttransition.md)
