mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 18:56:54 +08:00
Javadocs.
This commit is contained in:
parent
bfe0a54a4e
commit
63cef27a42
@ -131,9 +131,10 @@ public class Animation {
|
|||||||
/** Sets the value(s) for the specified time.
|
/** Sets the value(s) for the specified time.
|
||||||
* @param events May be null to not collect fired events.
|
* @param events May be null to not collect fired events.
|
||||||
* @param setupPose True when the timeline is mixed with the setup pose, false when it is mixed with the current pose.
|
* @param setupPose True when the timeline is mixed with the setup pose, false when it is mixed with the current pose.
|
||||||
* Passing true when alpha is 1 is slightly more efficient.
|
* Passing true when alpha is 1 is slightly more efficient for most timelines.
|
||||||
* @param mixingOut True when mixing over time toward the setup or current pose, false when mixing toward the keyed pose.
|
* @param mixingOut True when changing alpha over time toward 0 (the setup or current pose), false when changing alpha
|
||||||
* Used for timelines with instant transitions, eg draw order, attachment visibility, scale sign. */
|
* toward 1 (the timeline's pose). Used for timelines with instant transitions, eg draw order, attachment
|
||||||
|
* visibility, scale sign. */
|
||||||
public void apply (Skeleton skeleton, float lastTime, float time, Array<Event> events, float alpha, boolean setupPose,
|
public void apply (Skeleton skeleton, float lastTime, float time, Array<Event> events, float alpha, boolean setupPose,
|
||||||
boolean mixingOut);
|
boolean mixingOut);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user