mixShearY property
double
get
mixShearY
A percentage (0-1) that controls the mix between the constrained and unconstrained shear Y.
Implementation
double get mixShearY {
final result = SpineBindings.bindings.spine_transform_constraint_pose_get_mix_shear_y(_ptr);
return result;
}
set
mixShearY
(double value)
Implementation
set mixShearY(double value) {
SpineBindings.bindings.spine_transform_constraint_pose_set_mix_shear_y(_ptr, value);
}