getMixScaleX method
A percentage (0-1) that controls the mix between the constrained and unconstrained scale X.
Implementation
double getMixScaleX() {
return _bindings.spine_transform_constraint_get_mix_scale_x(_constraint);
}
A percentage (0-1) that controls the mix between the constrained and unconstrained scale X.
double getMixScaleX() {
return _bindings.spine_transform_constraint_get_mix_scale_x(_constraint);
}