Class AnimationHandler.DefaultProperty
java.lang.Object
com.ticxo.modelengine.api.animation.handler.AnimationHandler.DefaultProperty
- Enclosing interface:
- AnimationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultProperty(ModelState state, double lerpIn, double lerpOut, double speed) DefaultProperty(ModelState state, String animation, double lerpIn, double lerpOut, double speed) -
Method Summary
Modifier and TypeMethodDescriptionbuild(ActiveModel model) build(ActiveModel model, double lerpIn, double lerpOut, double speed) protected booleanbooleandoubledoubledoublegetSpeed()getState()inthashCode()toString()
-
Constructor Details
-
DefaultProperty
-
DefaultProperty
public DefaultProperty(ModelState state, String animation, double lerpIn, double lerpOut, double speed)
-
-
Method Details
-
build
-
build
-
getState
-
getAnimation
-
getLerpIn
public double getLerpIn() -
getLerpOut
public double getLerpOut() -
getSpeed
public double getSpeed() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-