コード例 #1
0
 private void GetInfo()
 {
     this.cebk     = this.nitro.GetBlock <Cebk>(0);
     this.TileSize = this.cebk.TileSize;
     this.SetFrames(this.cebk.Frames);
 }
コード例 #2
0
ファイル: Ncer.cs プロジェクト: pleonex/ninoimager
 public Ncer()
 {
     this.nitro = new NitroFile("NCER", "1.0", BlockTypes);
     this.cebk = new Cebk(this.nitro);
     this.nitro.Blocks.Add(this.cebk);
 }
コード例 #3
0
 public Ncer()
 {
     this.nitro = new NitroFile("NCER", "1.0", BlockTypes);
     this.cebk  = new Cebk(this.nitro);
     this.nitro.Blocks.Add(this.cebk);
 }
コード例 #4
0
ファイル: Ncer.cs プロジェクト: pleonex/ninoimager
 private void GetInfo()
 {
     this.cebk     = this.nitro.GetBlock<Cebk>(0);
     this.TileSize = this.cebk.TileSize;
     this.SetFrames(this.cebk.Frames);
 }