Microsoft.Xna.Framework.Graphics.TextureCollection.PlatformClear C# (CSharp) 메소드

PlatformClear() 개인적인 메소드

private PlatformClear ( ) : void
리턴 void
        void PlatformClear()
        {
            for (var i = 0; i < _targets.Length; i++)
                _targets[i] = 0;
        }