Class AnimationJobBinder<TJob, TData>
상속된 멤버
네임스페이스: UnityEngine.Animations.Rigging
어셈블리: solution.dll
구문
public abstract class AnimationJobBinder<TJob, TData> : IAnimationJobBinder where TJob : struct, IAnimationJob where TData : struct, IAnimationJobData
타입 파라미터
| 이름 | 설명 |
|---|---|
| TJob | |
| TData |
메서드
| 이름 | 설명 |
|---|---|
| Create(Animator, ref TData, Component) | |
| Destroy(TJob) | |
| Update(TJob, ref TData) |