Example #1
0
 public GrnBone(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }
Example #2
0
 public GrnTexture(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }
Example #3
0
 public GrnMesh(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }
Example #4
0
 public GrnMaterial(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }