GetPixels32() 공개 메소드

public GetPixels32 ( Color32 pixels ) : void
pixels UnityEngine.Color32
리턴 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;
 }