public class TweenProp extends Object
| Constructor and Description |
|---|
TweenProp(IPropBridge propBridge,
double start,
double end) |
| Modifier and Type | Method and Description |
|---|---|
double |
get() |
double |
getChange() |
double |
getEnd() |
double |
getStart() |
void |
set(double value) |
void |
setChange(double change) |
void |
setEnd(double end) |
void |
setStart(double start) |
public TweenProp(IPropBridge propBridge, double start, double end)
public double get()
public void set(double value)
public double getStart()
public void setStart(double start)
public double getChange()
public void setChange(double change)
public double getEnd()
public void setEnd(double end)
Copyright © 2015 atRem Interactive Media. All rights reserved.