Inheritance: MonoBehaviour
示例#1
0
 private void button20_Click(object sender, EventArgs e)
 {
     HeightBox.Clear();
     LengthBox.Clear();
     WidthBox.Clear();
     AreaBox.Clear();
     PermiterBox.Clear();
     VolumeBox.Clear();
 }
示例#2
0
 public SubWindow(EditorWindow wnd)
 {
     mOwnerWindow = wnd;
     mAreaBox     = new AreaBox(wnd.position.width, wnd.position.height);
 }
示例#3
0
 public SubWindow(EditorWindow wnd)
 {
     mOwnerWindow = wnd;
     mAreaBox = new AreaBox(wnd.position.width, wnd.position.height);
 }