getHeight method
The height of the region attachment in Spine.
Implementation
double getHeight() {
return _bindings.spine_region_attachment_get_height(_attachment);
}
The height of the region attachment in Spine.
double getHeight() {
return _bindings.spine_region_attachment_get_height(_attachment);
}