getMixX method
A percentage (0-1) that controls the mix between the constrained and unconstrained translation X.
Implementation
double getMixX() {
return _bindings.spine_transform_constraint_data_get_mix_x(_data);
}
A percentage (0-1) that controls the mix between the constrained and unconstrained translation X.
double getMixX() {
return _bindings.spine_transform_constraint_data_get_mix_x(_data);
}