AIsOfCatan.GUIBufferTextBlock.GUIBufferTextBlock C# (CSharp) Méthode

GUIBufferTextBlock() public méthode

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

Same methods

GUIBufferTextBlock::GUIBufferTextBlock ( Vector2 pos ) : System