public class EnvelopeAccessor extends java.lang.Object implements aurelienribon.tweenengine.TweenAccessor<TweenableEnvelope>
| Constructor and Description |
|---|
EnvelopeAccessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValues(TweenableEnvelope target,
int tweenType,
float[] returnValues) |
void |
setValues(TweenableEnvelope target,
int tweenType,
float[] newValues) |
public int getValues(TweenableEnvelope target, int tweenType, float[] returnValues)
getValues in interface aurelienribon.tweenengine.TweenAccessor<TweenableEnvelope>public void setValues(TweenableEnvelope target, int tweenType, float[] newValues)
setValues in interface aurelienribon.tweenengine.TweenAccessor<TweenableEnvelope>