Nez.DeferredLighting.DeferredLight.render C# (CSharp) Method

render() public method

we dont render lights normally so this method will do nothing and never be called. The DeferredLightingRenderer takes care of light rendering so that it can cache and reuse the light meshes.
public render ( Graphics graphics, Camera camera ) : void
graphics Graphics Graphics.
camera Camera Camera.
return void
		public override void render( Graphics graphics, Camera camera )
		{ }
	}
DeferredLight