worldScaleX property
double
get
worldScaleX
The magnitude (always positive) of the world scale X, calculated using a and c.
Implementation
double get worldScaleX {
final result = SpineBindings.bindings.spine_bone_pose_get_world_scale_x(_ptr);
return result;
}