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

GUIBufferTextBlock() public méthode

public GUIBufferTextBlock ( Vector2 pos ) : System
pos Vector2
Résultat System
        public GUIBufferTextBlock(Vector2 pos)
            : base(pos)
        {
            textPos = Position + Buffer;
        }

Same methods

GUIBufferTextBlock::GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System