pose property

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

Implementation

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