Interface IRigConstraint
Syntax
public interface IRigConstraint
Properties
binder
Declaration
IAnimationJobBinder binder { get; }
Property Value
component
Declaration
Component component { get; }
Property Value
data
Declaration
IAnimationJobData data { get; }
Property Value
weight
Declaration
float weight { get; set; }
Property Value
Methods
CreateJob(Animator)
Declaration
IAnimationJob CreateJob(Animator animator)
Parameters
Returns
DestroyJob(IAnimationJob)
Declaration
void DestroyJob(IAnimationJob job)
Parameters
IsValid()
Declaration
Returns
UpdateJob(IAnimationJob)
Declaration
void UpdateJob(IAnimationJob job)
Parameters