cam.Start2D
  cam.Start2D()
Description
Sets up a new 2D rendering context. Must be finished by cam.End2D.
This is almost always used with a render target from the render. To set its position use render.SetViewPort with a target already stored.
This will put an identity matrix at the top of the model matrix stack. If you are trying to use cam.PushModelMatrix, call it after this function and not before.
This is a rendering hook which provides a 2d rendering context.
Example
Sets the viewport then draws on the view with 2d methods
 Garry's Mod
			Garry's Mod 
		 Rust
			Rust 
		 Steamworks
			Steamworks 
		 Wiki Help
			Wiki Help