Exemplo n.º 1
0
 public AMS_DRAWSTATE_DIFFUSE(AppMain.AMS_DRAWSTATE_DIFFUSE drawState)
 {
     this.mode = drawState.mode;
     this.r    = drawState.r;
     this.g    = drawState.g;
     this.b    = drawState.b;
 }
Exemplo n.º 2
0
 public AppMain.AMS_DRAWSTATE_DIFFUSE Assign(AppMain.AMS_DRAWSTATE_DIFFUSE drawState)
 {
     this.mode = drawState.mode;
     this.r    = drawState.r;
     this.g    = drawState.g;
     this.b    = drawState.b;
     return(this);
 }