twn property

Returns a GTweenablePoint instance that can be used to animate the properties of this point with a GTween animation.

Implementation

GTweenablePoint get twn {
  return GTweenablePoint(this);
}