Drought.Entity.MovableEntity.renderInfoBox C# (CSharp) 메소드

renderInfoBox() 공개 메소드

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