getWorldX method
The world X position. If changed, updateAppliedTransform should be called.
Implementation
double getWorldX() {
return _bindings.spine_bone_get_world_x(_bone);
}
The world X position. If changed, updateAppliedTransform should be called.
double getWorldX() {
return _bindings.spine_bone_get_world_x(_bone);
}