コード例 #1
0
        public void ShowPropertyEditor(IWin32Window current)
        {
            TextureMap tm = new TextureMap(TextureNameBlock, this);

            tm.Show(current);
        }
コード例 #2
0
        public void ShowPropertyEditor(IWin32Window current)
        {
            TextureMap tm = new TextureMap(TextureNameBlock, textureBlocks.First(), textureBlocks.Last(), objectBlocks, dataFileRef);

            tm.Show(current);
        }
コード例 #3
0
        public void ShowPropertyEditor(IWin32Window current)
        {
            TextureMap tm = new TextureMap(this, null);

            tm.Show(current);
        }