makeInstance method
Implementation
@override
ActorComponent makeInstance(ActorArtboard resetArtboard) {
ActorPolygon instance = ActorPolygon();
instance.copyPolygon(this, resetArtboard);
return instance;
}
@override
ActorComponent makeInstance(ActorArtboard resetArtboard) {
ActorPolygon instance = ActorPolygon();
instance.copyPolygon(this, resetArtboard);
return instance;
}