private void OnDisable()
 {
     mPolygon = null;
 }
 private void OnEnable()
 {
     mPolygon = target as FreePolygon;
 }