GTweenablePoint constructor

GTweenablePoint(
  1. GPoint target
)

Creates a new instance of GTweenablePoint with the given target value.

Implementation

GTweenablePoint(GPoint target) {
  value = this.target = target;
}