GTweenableDouble constructor

GTweenableDouble(
  1. double target
)

Creates a new GTweenableDouble object with the given target value.

Implementation

GTweenableDouble(double target) {
  value = this.target = target;
}