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