コード例 #1
0
 void OnValidate()
 {
     if (LayerTabRect != null)
     {
         LayerTabFitter = LayerTabRect.GetComponent <RectContentFitter>();
     }
     if (DeleteIconHidable != null)
     {
         DeleteIconRect = DeleteIconHidable.GetComponent <RectTransform>();
     }
 }