Interface IAnimationJobPlayable
Inherited Members
Namespace: UnityEngine.Experimental.Animations
Assembly: UnityEngine.dll
Syntax
public interface IAnimationJobPlayable : IPlayable
Methods
| Improve this Doc View SourceGetJobData<T>()
Declaration
T GetJobData<T>()
where T : struct, IAnimationJob
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
SetJobData<T>(T)
Declaration
void SetJobData<T>(T jobData)
where T : struct, IAnimationJob
Parameters
| Type | Name | Description |
|---|---|---|
| T | jobData |
Type Parameters
| Name | Description |
|---|---|
| T |