spine_slider_get_pose method
The unconstrained pose for this object, set by animations and application code.
Implementation
spine_slider_pose spine_slider_get_pose(
spine_slider self,
) {
return _spine_slider_get_pose(
self,
);
}
The unconstrained pose for this object, set by animations and application code.
spine_slider_pose spine_slider_get_pose(
spine_slider self,
) {
return _spine_slider_get_pose(
self,
);
}