UnityEngine.RenderBuffer.SetLoadAction C# (CSharp) Méthode

SetLoadAction() private méthode

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