mix method

Reads the mix for this property from the specified pose.

Implementation

double mix(TransformConstraintPose pose) {
  final result = SpineBindings.bindings.spine_to_property_mix(_ptr, pose.nativePtr.cast());
  return result;
}