ADL.RenderingWidget.stop C# (CSharp) Method

stop() public method

public stop ( ) : void
return void
        public void stop()
        {
            manualRenderer.stop();
        }