strength property

double get strength

The amount of force used to return properties to the unconstrained value.

Implementation

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

Implementation

set strength(double value) {
  SpineBindings.bindings.spine_physics_constraint_pose_set_strength(_ptr, value);
}