FSO.IDE.Common.InteractiveDGRPControl.ChangeGraphic C# (CSharp) Method

ChangeGraphic() public method

public ChangeGraphic ( int gfx ) : void
gfx int
return void
        public void ChangeGraphic(int gfx)
        {
            lock (FSOUI)
            {
                Renderer.ChangeGraphic(gfx);
            }
        }