set method

Spot set(
  1. Spot s
)

Modify this Spot so that its X, Y, OffsetX, and OffsetY values are the same as the given Spot. @param {Spot} s the given Spot. @return {Spot} this.

Implementation

_i3.Spot set(_i3.Spot s) => _i4.callMethod(
      this,
      'set',
      [s],
    );