GetPixels32() public method

public GetPixels32 ( Color32 pixels ) : void
pixels UnityEngine.Color32
return void
コード例 #1
0
 public void updateByPSEyeTexture(PSEyeTexture i_ptx)
 {
     i_ptx.GetPixels32((Color32[])this._buf);
     //this._rgb_pixel_driver.switchRaster(this);//バッファを上書きするからいらない。
     return;
 }
コード例 #2
0
 public void updateByPSEyeTexture(PSEyeTexture i_ptx)
 {
     i_ptx.GetPixels32((Color32[])this._buf);
     //this._rgb_pixel_driver.switchRaster(this);//バッファを上書きするからいらない。
     return;
 }