Class RigConstraint<TJob, TData, TBinder>
상속된 멤버
네임스페이스: UnityEngine.Animations.Rigging
어셈블리: solution.dll
구문
public class RigConstraint<TJob, TData, TBinder> : MonoBehaviour, IRigConstraint where TJob : struct, IWeightedAnimationJob where TData : struct, IAnimationJobData where TBinder : AnimationJobBinder<TJob, TData>, new()
타입 파라미터
| 이름 | 설명 |
|---|---|
| TJob | |
| TData | |
| TBinder |
필드
| 이름 | 설명 |
|---|---|
| m_Data | |
| m_Weight |
프로퍼티
| 이름 | 설명 |
|---|---|
| data | |
| weight |
메서드
| 이름 | 설명 |
|---|---|
| CreateJob(Animator) | |
| DestroyJob(IAnimationJob) | |
| IsValid() | |
| Reset() | |
| UpdateJob(IAnimationJob) |