UnityEngine.RenderBuffer.SetLoadAction C# (CSharp) 메소드

SetLoadAction() 개인적인 메소드

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