|
@@ -168,7 +168,10 @@ public class PathConstraintData extends ConstraintData {
|
|
|
* <p>
|
|
|
* See <a href="http://esotericsoftware.com/spine-path-constraints#Rotate-mode">Rotate mode</a> in the Spine User Guide. */
|
|
|
static public enum RotateMode {
|
|
|
- tangent, chain, chainScale;
|
|
|
+ tangent, chain,
|
|
|
+ /** When chain scale, constrained bones should all have the same parent. That way when the path constraint scales a bone, it
|
|
|
+ * doesn't affect other constrained bones. */
|
|
|
+ chainScale;
|
|
|
|
|
|
static public final RotateMode[] values = RotateMode.values();
|
|
|
}
|