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