---
title: AnimationGraphComponent.ActiveNode
framework: realitykit
role: symbol
role_heading: Protocol
path: realitykit/animationgraphcomponent/activenode
---

# AnimationGraphComponent.ActiveNode

A protocol providing common debug information for any active node within a compiled animation graph.

## Declaration

```swift
protocol ActiveNode : Identifiable, Sendable
```

## Topics

### Inspecting the active node

- [id](realitykit/animationgraphcomponent/activenode/id.md)
- [wasReset](realitykit/animationgraphcomponent/activenode/wasreset.md)

### Instance Properties

- [name](realitykit/animationgraphcomponent/activenode/name.md)

## Relationships

### Inherits From

- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

### Conforming Types

- [AnimationGraphComponent.ActiveClipNode](realitykit/animationgraphcomponent/activeclipnode.md)
- [AnimationGraphComponent.ActiveStateMachineNode](realitykit/animationgraphcomponent/activestatemachinenode.md)

## See Also

### Accessing active nodes

- [activeNodes](realitykit/animationgraphcomponent/activenodes.md)
- [activeClipNodes](realitykit/animationgraphcomponent/activeclipnodes.md)
- [AnimationGraphComponent.ActiveClipNode](realitykit/animationgraphcomponent/activeclipnode.md)
- [activeStateMachineNodes](realitykit/animationgraphcomponent/activestatemachinenodes.md)
- [AnimationGraphComponent.ActiveStateMachineNode](realitykit/animationgraphcomponent/activestatemachinenode.md)
