twn property

Returns a GTweenableInt object created from the current value.

A new GTweenableInt object is created using the current value as its initial value.

Implementation

GTweenableInt get twn {
  return GTweenableInt(this);
}