pose property

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

Implementation

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