Forráskód Böngészése

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

pavl_g 2 éve
szülő
commit
7c5e36c689

+ 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()