AIsOfCatan.GUIBufferTextBlock.GUIBufferTextBlock C# (CSharp) Method

GUIBufferTextBlock() public method

public GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System
pos Vector2
bufSize int
return System
        public GUIBufferTextBlock(Vector2 pos, int bufSize)
            : this(pos)
        {
            Buffer = new Vector2(bufSize, bufSize);
            textPos = Position + Buffer;
        }

Same methods

GUIBufferTextBlock::GUIBufferTextBlock ( Vector2 pos ) : System