GTweenableList constructor

GTweenableList(
  1. List target
)

Creates a new GTweenableList instance with the specified target.

Implementation

GTweenableList(List target) {
  value = this.target = target;
}