NyARUnityUtils.NyARUnityRaster.updateByWebCamTexture C# (CSharp) Method

updateByWebCamTexture() public method

public updateByWebCamTexture ( WebCamTexture i_wtx ) : void
i_wtx UnityEngine.WebCamTexture
return void
        public void updateByWebCamTexture(WebCamTexture i_wtx)
        {
            i_wtx.GetPixels32((Color32[])this._buf);
            //this._rgb_pixel_driver.switchRaster(this);//バッファを上書きするからいらない。
            return;
        }