public PositionInfoText(CollidableGameObject <AnimatedImage> target) : base(target) { Information = "_info_"; }
protected GenericInfoText(T target) : base(target) { Information = new VisualText(); }