ソースを参照

class-entry-javadoc: added reference for more

pavl_g 2 年 前
コミット
8ca8d9d6fe

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

@@ -50,6 +50,7 @@ package com.jme3.anim.tween.action;
  * <li> In case of (Blending weight < 0), the behavior is the same as the case (0 < Blending weight < 1). </li>
  * <li> In case of (Blending weight = 1), the blending is finished and only the second action will continue to run. </li>
  * <li> In case of (Blending weight > 1), the blending is finished and only the second action will continue to run, but with extrapolation. </li>
+ * <li> Find more at {@link BlendAction#doInterpolate(double)} and {@link BlendAction#collectTransform(HasLocalTransform, Transform, float, BlendableAction)}. </li>
  * </p>
  * 
  * Created by Nehon.