UnityEngine.RenderBuffer.SetLoadAction C# (CSharp) Method

SetLoadAction() private method

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