mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 02:51:52 +00:00
Single frame clarification.
This commit is contained in:
@@ -1710,6 +1710,7 @@ public class Timeline {
|
||||
|
||||
/**
|
||||
* Checks whether all frames are singleframe.
|
||||
* Single frame = each frame has no animated parts inside.
|
||||
* @return
|
||||
*/
|
||||
public boolean isSingleFrame() {
|
||||
@@ -1723,6 +1724,7 @@ public class Timeline {
|
||||
|
||||
/**
|
||||
* Checks whether specified frame is single frame.
|
||||
* Single frame = has no animated parts inside.
|
||||
* @param frame
|
||||
* @return
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user