damping property
double
get
damping
Reduces the speed of physics movements, with more of a reduction at higher speeds.
Implementation
double get damping {
final result = SpineBindings.bindings.spine_physics_constraint_pose_get_damping(_ptr);
return result;
}
set
damping
(double value)
Implementation
set damping(double value) {
SpineBindings.bindings.spine_physics_constraint_pose_set_damping(_ptr, value);
}