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