mixScaleY property

double get mixScaleY

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

Implementation

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

Implementation

set mixScaleY(double value) {
  SpineBindings.bindings.spine_transform_constraint_pose_set_mix_scale_y(_ptr, value);
}