Beispiel #1
0
 public void RemovePropertiesPanel()
 {
     properties_Material        = null;
     properties_ProjectSettings = null;
     properties_SceneObject     = null;
     properties_Texture         = null;
     PropertiesPanel.Children.Clear();
 }
Beispiel #2
0
 private void ProjectSettings(object sender, RoutedEventArgs e)
 {
     PropertiesPanel.Children.Clear();
     properties_ProjectSettings = new Properties_ProjectSettings();
     properties_ProjectSettings.SetMainWindow(this);
     PropertiesPanel.Children.Add(properties_ProjectSettings);
     properties_ProjectSettings.GetSettings();
 }