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

ChangeWorld() public method

public ChangeWorld ( int rotation, int zoom ) : void
rotation int
zoom int
return void
        public void ChangeWorld(int rotation, int zoom)
        {
            lock(FSOUI)
            {
                Renderer.ChangeWorld(rotation, zoom);
            }
        }