示例#1
0
 public static void Repaint()
 {
     if (m_StateEditor != null)
     {
         m_StateEditor.EditorRepaint();
     }
 }