getAll static method

List<DoTween> getAll()

////////////////////////////////////////////////////////////////////////

DoTween static methods

////////////////////////////////////////////////////////////////////////

Implementation

static List<DoTween> getAll() {
  return _tweens;
}