getMixRotate method
A percentage (0-1) that controls the mix between the constrained and unconstrained rotation.
Implementation
double getMixRotate() {
return _bindings.spine_path_constraint_get_mix_rotate(_constraint);
}
A percentage (0-1) that controls the mix between the constrained and unconstrained rotation.
double getMixRotate() {
return _bindings.spine_path_constraint_get_mix_rotate(_constraint);
}