UnityEngine.RenderBuffer.SetStoreAction C# (CSharp) Method

SetStoreAction() private method

private SetStoreAction ( RenderBufferStoreAction action ) : void
action RenderBufferStoreAction
return void
        internal void SetStoreAction(RenderBufferStoreAction action)
        {
            RenderBufferHelper.SetStoreAction(out this, (int) action);
        }