// Token: 0x06001EC4 RID: 7876 RVA: 0x0013BDA4 File Offset: 0x00139FA4
 public NNS_MATERIAL_STDSHADER_TEXMAP_DESC(AppMain.NNS_MATERIAL_STDSHADER_TEXMAP_DESC desc)
 {
     this.fType        = desc.fType;
     this.iTexIdx      = desc.iTexIdx;
     this.TexCoord     = desc.TexCoord;
     this.Blend        = desc.Blend;
     this.Offset       = desc.Offset;
     this.Scale        = desc.Scale;
     this.WrapS        = desc.WrapS;
     this.WrapT        = desc.WrapT;
     this.pBorderColor = desc.pBorderColor;
     this.pFilterMode  = desc.pFilterMode;
     this.pLODParam    = desc.pLODParam;
     this.pTexInfo     = desc.pTexInfo;
     this.Reserved1    = desc.Reserved1;
     this.Reserved0    = desc.Reserved0;
 }
 // Token: 0x06001EC2 RID: 7874 RVA: 0x0013BD86 File Offset: 0x00139F86
 public void Assign(AppMain.NNS_MATERIAL_STDSHADER_TEXMAP_DESC pPtr)
 {
     AppMain.mppAssertNotImpl();
 }