isActive method
Returns false when the bone has not been computed because BoneData.getSkinRequired
is true and the
active skin (see Skeleton.getSkin) does not contain this bone (see Skin.getBones).
Implementation
bool isActive() {
return _bindings.spine_bone_get_is_active(_bone) == -1;
}