Microsoft.Xna.Framework.Graphics.SpriteBatchItem.SpriteBatchItem C# (CSharp) Method

SpriteBatchItem() public method

public SpriteBatchItem ( ) : System
return System
        public SpriteBatchItem()
        {
            vertexTL = new VertexPosition2ColorTexture();
            vertexTR = new VertexPosition2ColorTexture();
            vertexBL = new VertexPosition2ColorTexture();
            vertexBR = new VertexPosition2ColorTexture();
        }
SpriteBatchItem