GTweenableRect constructor

GTweenableRect(
  1. GRect target
)

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

Implementation

GTweenableRect(GRect target) {
  value = this.target = target;
}