setupPose property
PhysicsConstraintPose
get
setupPose
The setup pose that most animations are relative to.
Implementation
PhysicsConstraintPose get setupPose {
final result = SpineBindings.bindings.spine_physics_constraint_data_get_setup_pose(_ptr);
return PhysicsConstraintPose.fromPointer(result);
}