Fusion.Engine.Graphics.RenderWorld.Pause C# (CSharp) Method

Pause() public method

Pauses render world simulation and animation.
public Pause ( ) : void
return void
		public void Pause ()
		{
			IsPaused	=	true;
		}