// Token: 0x06001EB6 RID: 7862 RVA: 0x0013B6FF File Offset: 0x001398FF
 public AppMain.NNS_TEXTURE_LOD_PARAM Assign(AppMain.NNS_TEXTURE_LOD_PARAM lodParam)
 {
     this.BaseLevel = lodParam.BaseLevel;
     this.MaxLevel  = lodParam.MaxLevel;
     this.MinLOD    = lodParam.MinLOD;
     this.MaxLOD    = lodParam.MaxLOD;
     this.LODBias   = lodParam.LODBias;
     return(this);
 }
Exemplo n.º 2
0
 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;
 }
 public NNS_MATERIAL_TEXMAP_DESC(AppMain.NNS_MATERIAL_TEXMAP_DESC desc)
 {
     this.fType        = desc.fType;
     this.iTexIdx      = desc.iTexIdx;
     this.EnvMode      = desc.EnvMode;
     this.pCombine     = desc.pCombine;
     this.EnvColor     = desc.EnvColor;
     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;
 }