IAnimationJobPlayable
The interface defining an animation playable that uses IAnimationJob.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public interface IAnimationJobPlayable : IPlayable
Remarks
Additional Resources: AnimationScriptPlayable
Methods
Method | Description |
|---|---|
| GetJobData | Gets the job data contained in the playable. |
| SetJobData | Sets a new job data in the playable. |