コード例 #1
0
 public static void FireStartZDEdit()
 {
     if (ZDEditTools.OnStartZDEdit != null)
     {
         ZDEditTools.OnStartZDEdit();
     }
 }