tiltY property

int get tiltY

Implementation

int get tiltY => js_util.getProperty(this, 'tiltY');
set tiltY (int newValue)

Implementation

set tiltY(int newValue) {
  js_util.setProperty(this, 'tiltY', newValue);
}