Преглед изворни кода

BlendSpace#getWeight(): moved the blend weight range to the return tag description

pavl_g пре 2 година
родитељ
комит
95f815bc7a
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

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

@@ -68,9 +68,8 @@ public interface BlendSpace {
     /**
      * Provides the blend weight value to the assigned {@link BlendAction} instance,
      * this value will be used for interpolating a collection of actions' transformations (keyframes).
-     * The Blend weight value must be in the range from 0 to 1.
      * 
-     * @return the blending weight value.
+     * @return the blending weight value in the range from 0 to 1.
      * @see LinearBlendSpace#getWeight()
      */
     public float getWeight();