commitNodes method

void commitNodes()

Commit the position of all vertex nodes. Please read the Introduction page on Extensions for how to override methods and how to call this base method.

Implementation

void commitNodes() {
  _i4.callMethod(
    this,
    'commitNodes',
    [],
  );
}