UnityEditor.InstructionOverlayWindow.Update C# (CSharp) Méthode

Update() private méthode

private Update ( ) : void
Résultat void
        private void Update()
        {
            if (this.m_RenderTextureNeedsRefresh)
            {
                this.DoRefreshRenderTexture();
            }
        }