Drought.Entity.MovableEntity.renderInfoBox C# (CSharp) Method

renderInfoBox() public method

public renderInfoBox ( GraphicsDevice graphics, Camera camera ) : void
graphics GraphicsDevice
camera Drought.World.Camera
return void
        public void renderInfoBox(GraphicsDevice graphics, Camera camera)
        {
            if (selectTime > 0)
            {
                infoBar.render(graphics, camera.getViewMatrix(), camera.getProjectionMatrix());
            }
        }