pose property

The unconstrained pose for this object, set by animations and application code.

Implementation

PhysicsConstraintPose get pose {
  final result = SpineBindings.bindings.spine_physics_constraint_base_get_pose(_ptr);
  return PhysicsConstraintPose.fromPointer(result);
}