mixY property

double get mixY

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

Implementation

double get mixY {
  final result = SpineBindings.bindings.spine_transform_constraint_pose_get_mix_y(_ptr);
  return result;
}
set mixY (double value)

Implementation

set mixY(double value) {
  SpineBindings.bindings.spine_transform_constraint_pose_set_mix_y(_ptr, value);
}