pose property
PhysicsConstraintPose
get
pose
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);
}