|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2009-2021 jMonkeyEngine
|
|
|
|
|
|
+ * Copyright (c) 2009-2025 jMonkeyEngine
|
|
* All rights reserved.
|
|
* All rights reserved.
|
|
*
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -35,7 +35,6 @@ package com.jme3.animation;
|
|
* <code>LoopMode</code> determines how animations repeat, or if they
|
|
* <code>LoopMode</code> determines how animations repeat, or if they
|
|
* do not repeat.
|
|
* do not repeat.
|
|
*/
|
|
*/
|
|
-@Deprecated
|
|
|
|
public enum LoopMode {
|
|
public enum LoopMode {
|
|
/**
|
|
/**
|
|
* The animation will play repeatedly, when it reaches the end
|
|
* The animation will play repeatedly, when it reaches the end
|
|
@@ -55,6 +54,6 @@ public enum LoopMode {
|
|
* animation will play backwards from the last frame until it reaches
|
|
* animation will play backwards from the last frame until it reaches
|
|
* the first frame.
|
|
* the first frame.
|
|
*/
|
|
*/
|
|
- Cycle,
|
|
|
|
|
|
+ Cycle
|
|
|
|
|
|
}
|
|
}
|