public bool IsDirty() { if (QCARRuntimeUtilities.IsPlayMode()) { return(mIsDirty || WebCam.IsRendererDirty()); } else { return(mIsDirty); } }