コード例 #1
0
 void OnValidate()
 {
     if (model == null)
     {
         model = GetComponent <zmmModel>();
     }
 }