addRotateXAngle method

void addRotateXAngle()

x轴旋转角度增加

Implementation

void addRotateXAngle() {
  _stream.sink.add({
    'FunName': 'rotateXAngle',
    'args': {
      'isAdd': true,
    },
  });
}