Nez.DeferredLighting.PointLight.debugRender C# (CSharp) Метод

debugRender() публичный Метод

renders the bounds only if there is no collider. Always renders a square on the origin.
public debugRender ( Graphics graphics ) : void
graphics Graphics Graphics.
Результат void
		public override void debugRender( Graphics graphics )
		{
			graphics.batcher.drawCircle( entity.transform.position + _localOffset, radius * entity.transform.scale.X, Color.DarkOrchid, 2 );
		}