tiltX property

int get tiltX

Implementation

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

Implementation

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