forceX property

num get forceX

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

Implementation

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

Implementation

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