mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[libgdx] Comments for porting.
This commit is contained in:
parent
a574de1202
commit
dd1fd6ab51
@ -36,15 +36,15 @@ abstract public class Posed< //
|
|||||||
return applied;
|
return applied;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pose () {
|
void pose () { // Port: usePose
|
||||||
applied = pose;
|
applied = pose;
|
||||||
}
|
}
|
||||||
|
|
||||||
void constrained () {
|
void constrained () { // Port: useConstrained
|
||||||
applied = constrained;
|
applied = constrained;
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset () {
|
void reset () { // Port: resetConstrained
|
||||||
constrained.set(pose);
|
constrained.set(pose);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user