mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Javadoc for chain scale bone parent requirement.
This commit is contained in:
parent
168bea6fdb
commit
036b02a917
@ -168,7 +168,10 @@ public class PathConstraintData extends ConstraintData {
|
|||||||
* <p>
|
* <p>
|
||||||
* See <a href="http://esotericsoftware.com/spine-path-constraints#Rotate-mode">Rotate mode</a> in the Spine User Guide. */
|
* See <a href="http://esotericsoftware.com/spine-path-constraints#Rotate-mode">Rotate mode</a> in the Spine User Guide. */
|
||||||
static public enum RotateMode {
|
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();
|
static public final RotateMode[] values = RotateMode.values();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user