コード例 #1
0
 public PositionInfoText(CollidableGameObject <AnimatedImage> target) : base(target)
 {
     Information = "_info_";
 }
コード例 #2
0
 protected GenericInfoText(T target) : base(target)
 {
     Information = new VisualText();
 }