Interface IRigConstraint
Syntax
public interface IRigConstraint
Properties
binder
Declaration
IAnimationJobBinder binder { get; }
Property Value
data
Declaration
IAnimationJobData data { get; }
Property Value
weight
Declaration
float weight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
CreateJob(Animator)
Declaration
IAnimationJob CreateJob(Animator animator)
Parameters
Type |
Name |
Description |
Animator |
animator |
|
Returns
Type |
Description |
IAnimationJob |
|
DestroyJob(IAnimationJob)
Declaration
void DestroyJob(IAnimationJob job)
Parameters
Type |
Name |
Description |
IAnimationJob |
job |
|
IsValid()
Declaration
Returns
Type |
Description |
System.Boolean |
|
UpdateJob(IAnimationJob)
Declaration
void UpdateJob(IAnimationJob job)
Parameters
Type |
Name |
Description |
IAnimationJob |
job |
|