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

SetStoreAction() 개인적인 메소드

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