We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c110698 + 06760bf commit 60c101fCopy full SHA for 60c101f
jme3-core/src/main/java/com/jme3/animation/LoopMode.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2025 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,6 @@
35
* <code>LoopMode</code> determines how animations repeat, or if they
36
* do not repeat.
37
*/
38
-@Deprecated
39
public enum LoopMode {
40
/**
41
* The animation will play repeatedly, when it reaches the end
@@ -55,6 +54,6 @@ public enum LoopMode {
55
54
* animation will play backwards from the last frame until it reaches
56
* the first frame.
57
58
- Cycle,
+ Cycle
59
60
}
0 commit comments