Microsoft.Xna.Framework.Graphics.TextureCollection.PlatformInit C# (CSharp) Méthode

PlatformInit() private méthode

private PlatformInit ( ) : void
Résultat void
        void PlatformInit()
        {
            _targets = new TextureTarget[_textures.Length];
        }