mixX property

double get mixX

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

Implementation

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

Implementation

set mixX(double value) {
  SpineBindings.bindings.spine_transform_constraint_pose_set_mix_x(_ptr, value);
}