コード例 #1
0
ファイル: GrnMax.cs プロジェクト: Ryder25/Age-of-Mythology
 public GrnMax(MaxPluginForm plugin)
 {
     this.File = new GrnFile();
     this.FileName = "Untitled";
     this.Plugin = plugin;
     this.boneMap = new Dictionary<string, int>();
     this.ExportSetting = GrnExportSetting.Model;
 }
コード例 #2
0
ファイル: BrgMax.cs プロジェクト: Ryder25/Age-of-Mythology
 public BrgMax(MaxPluginForm plugin)
 {
     this.Clear();
     this.FileName = "Untitled";
     this.Plugin = plugin;
 }