Updatable

spine.Updatable (Interface) → Bone, IkConstraint, PathConstraint, TransformConstraint

The interface for items updated by {@link Skeleton#updateWorldTransform()}.

Instance Members

spine
update(): Void

spine
isActive(): Bool

Returns false when this item has not been updated because a skin is required and the {@link Skeleton#getSkin() active skin} does not contain this item.

See: Skin#getBones(), Skin#getConstraints()
Returns
Bool