Fusion.Engine.Graphics.RenderSystem.Screenshot C# (CSharp) Method

Screenshot() public method

public Screenshot ( string path = null ) : void
path string
return void
		public void Screenshot ( string path = null )
		{
			Device.Screenshot(path);
		}