public class FloatAccessor extends Object implements aurelienribon.tweenengine.TweenAccessor<FloatAccessor.FloatStruct>
Modifier and Type | Class and Description |
---|---|
static class |
FloatAccessor.FloatStruct |
Modifier and Type | Field and Description |
---|---|
static int |
TWEET_TYPE_BASIC |
Constructor and Description |
---|
FloatAccessor() |
Modifier and Type | Method and Description |
---|---|
int |
getValues(FloatAccessor.FloatStruct t,
int tweenType,
float[] returnValues) |
void |
setValues(FloatAccessor.FloatStruct t,
int tweenType,
float[] newValues) |
public static final int TWEET_TYPE_BASIC
public int getValues(FloatAccessor.FloatStruct t, int tweenType, float[] returnValues)
getValues
in interface aurelienribon.tweenengine.TweenAccessor<FloatAccessor.FloatStruct>
public void setValues(FloatAccessor.FloatStruct t, int tweenType, float[] newValues)
setValues
in interface aurelienribon.tweenengine.TweenAccessor<FloatAccessor.FloatStruct>
Copyright © 2011-2014 University of Toronto, Computational Biology Lab. All Rights Reserved.