spine_to_property_mix method
Reads the mix for this property from the specified pose.
Implementation
double spine_to_property_mix(
spine_to_property self,
spine_transform_constraint_pose pose,
) {
return _spine_to_property_mix(
self,
pose,
);
}