Relative.ButtonStateVar.logState C# (CSharp) Méthode

logState() public méthode

public logState ( String state, Vec pos ) : void
state String
pos Vec
Résultat void
        public void logState(String state, Vec pos)
        {
            if (mLabel != null)
                mLabel.Text = state + " " + pos.mX + "x" + pos.mY;
        }