com.jme3.anim.util.Weighted Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-core Show documentation
Show all versions of jme3-core Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
package com.jme3.anim.util;
import com.jme3.anim.tween.action.Action;
public interface Weighted {
// public void setWeight(float weight);
public void setParentAction(Action action);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy