NyARUnityUtils.NyARUnityRaster.updateByWebCamTexture C# (CSharp) 메소드

updateByWebCamTexture() 공개 메소드

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