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

BlendSpace: better documentation formatting

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

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

@@ -59,14 +59,14 @@ package com.jme3.anim.tween.action;
 public interface BlendSpace {
 
     /**
-     * Adjusts the target blend-action instance that utilize the blend-weight value provided by this blend-space implementation.
+     * Adjusts the target blend action instance that will utilize the blend weight value provided by this blend-space implementation.
      * 
-     * @param action the blend-action instance that will utilize this blend-space.
+     * @param action the blend action instance that will utilize this blend-space.
      */
     public void setBlendAction(BlendAction action);
 
     /**
-     * Used for passing the desired weight to the selected {@link BlendAction} instance,
+     * Provides the blend weight value to the assigned {@link BlendAction} instance,
      * this value will be used for interpolating a collection of actions' transformations (keyframes).
      * 
      * @return the blending weight value.