All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jme3.anim.util.Weighted Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version
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