getMixY method

double getMixY()

A percentage (0-1) that controls the mix between the constrained and unconstrained translation Y.

Implementation

double getMixY() {
  return _bindings.spine_transform_constraint_get_mix_y(_constraint);
}