Esempio n. 1
0
 public AppMain.AMS_DRAWSTATE_FOG_COLOR Assign(AppMain.AMS_DRAWSTATE_FOG_COLOR drawState)
 {
     this.r = drawState.r;
     this.g = drawState.g;
     this.b = drawState.b;
     return(this);
 }
Esempio n. 2
0
 public AMS_DRAWSTATE_FOG_COLOR(AppMain.AMS_DRAWSTATE_FOG_COLOR drawState)
 {
     this.r = drawState.r;
     this.g = drawState.g;
     this.b = drawState.b;
 }