Class AnimationProperty
java.lang.Object
com.ticxo.modelengine.api.animation.property.SimpleProperty
com.ticxo.modelengine.api.animation.AnimationProperty
- All Implemented Interfaces:
IAnimationProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated. Use
SimpleProperty instead.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ticxo.modelengine.api.animation.property.IAnimationProperty
IAnimationProperty.Phase -
Constructor Summary
ConstructorsConstructorDescriptionAnimationProperty(ActiveModel model, BlueprintAnimation blueprintAnimation) Deprecated, for removal: This API element is subject to removal in a future version.AnimationProperty(ActiveModel model, BlueprintAnimation blueprintAnimation, double lerpIn, double lerpOut, double speed) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.ticxo.modelengine.api.animation.property.SimpleProperty
getLerpInRatio, getLerpOutRatio, getName, getPositionFrame, getRotationFrame, getScriptFrame, isFinished, isOverride, stop, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ticxo.modelengine.api.animation.property.IAnimationProperty
getForceLoopMode, getLerpIn, getLerpInTime, getLerpOut, getLerpOutTime, getModel, getPhase, getSpeed, getTime, isForceOverride, setForceLoopMode, setForceOverride, setLerpInTime, setLerpOutTime, setSpeed
-
Constructor Details
-
AnimationProperty
Deprecated, for removal: This API element is subject to removal in a future version. -
AnimationProperty
public AnimationProperty(ActiveModel model, BlueprintAnimation blueprintAnimation, double lerpIn, double lerpOut, double speed) Deprecated, for removal: This API element is subject to removal in a future version.
-