コード例 #1
0
ファイル: BoundsEditor.cs プロジェクト: lbm7926/Imp
 private Bounds GetBounds()
 {
     return(m_editor.GetValue());
 }
コード例 #2
0
 private Bounds GetBounds(int index = -1)
 {
     return(m_editor.GetValue(index));
 }