forceY property

num get forceY

Gets or sets the cumulative force on the vertex in the Y direction. The default value is zero.

Implementation

_i2.num get forceY => _i4.getProperty(
      this,
      'forceY',
    );
set forceY (num value)

Implementation

set forceY(_i2.num value) {
  _i4.setProperty(
    this,
    'forceY',
    value,
  );
}