Esempio n. 1
0
 private Bounds GetBounds()
 {
     return(m_editor.GetValue());
 }
 private Bounds GetBounds(int index = -1)
 {
     return(m_editor.GetValue(index));
 }