//ポインタを作成 public void CreatePointer(float len) { pointer = new Square(2); }
//ポインタを削除 public void RemovePointer() { pointer = null; }