mixRotate property
double
get
mixRotate
A percentage (0-1) that controls the mix between the constrained and unconstrained rotation.
Implementation
double get mixRotate {
final result = SpineBindings.bindings.spine_transform_constraint_pose_get_mix_rotate(_ptr);
return result;
}
set
mixRotate
(double value)
Implementation
set mixRotate(double value) {
SpineBindings.bindings.spine_transform_constraint_pose_set_mix_rotate(_ptr, value);
}