Relative.ButtonStateVar.logState C# (CSharp) Method

logState() public method

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