Bläddra i källkod

BlendSpace#getWeight(): extra clarification of the transformations word

pavl_g 2 år sedan
förälder
incheckning
7c5e36c689
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

@@ -66,7 +66,7 @@ public interface BlendSpace {
 
     /**
      * Used for passing the desired weight to the selected {@link BlendAction} instance,
-     * this value will be used for interpolating a collection of actions' transformations.
+     * this value will be used for interpolating a collection of actions' transformations (keyframes).
      * 
      * @return the blending weight value.
      * @see LinearBlendSpace#getWeight()