예제 #1
0
 void Awake()
 {
     point = this.GetComponent <MassPoint>();
 }
예제 #2
0
 public void RegisterMassPoint(MassPoint point)
 {
     points.Add(point);
 }