コード例 #1
0
 void CallParentUpdateMaxRadius()
 {
     if (_parent != null)
     {
         _parent.UpwardUpdateMaxRadius();
     }
 }