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