makeInstance method
Implementation
@override
ActorComponent makeInstance(ActorArtboard resetArtboard) {
ActorInnerShadow instanceShape = resetArtboard.actor.makeInnerShadow();
instanceShape.copyShadow(this, resetArtboard);
return instanceShape;
}