# IAnimationJobPlayable

> The interface defining an animation playable that uses IAnimationJob.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.Animations](/engine/6000.7/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public interface IAnimationJobPlayable : IPlayable
```

## Remarks

Additional Resources: [AnimationScriptPlayable](/engine/6000.7/script-reference/unityengine/animations/animationscriptplayable.md)

## Methods

| Method                                                                                                   | Description                                  |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [GetJobData](/engine/6000.7/script-reference/unityengine/animations/ianimationjobplayable/getjobdata.md) | Gets the job data contained in the playable. |
| [SetJobData](/engine/6000.7/script-reference/unityengine/animations/ianimationjobplayable/setjobdata.md) | Sets a new job data in the playable.         |
