SubMenu.setInfFrontOf C# (CSharp) Method

setInfFrontOf() public method

public setInfFrontOf ( bool state ) : void
state bool
return void
    public virtual void setInfFrontOf(bool state)
    {
        inFrontOf = state;
    }