C# 클래스 ProjectCow.GameInfo

Displays score and health
파일 보기 프로젝트 열기: csce3513/Team12 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
GameInfo ( ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

GameInfo() 공개 메소드

public GameInfo ( ) : System
리턴 System

LoadContent() 공개 메소드

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void