copyPath method

void copyPath(
  1. ActorProceduralPath node,
  2. ActorArtboard resetArtboard
)

Implementation

void copyPath(ActorProceduralPath node, ActorArtboard resetArtboard) {
  copyNode(node, resetArtboard);
  _width = node.width;
  _height = node.height;
}