C# 클래스 Cyclyc.Framework.ScoreComponent

This is a game component that implements IUpdateable.
상속: Microsoft.Xna.Framework.DrawableGameComponent
파일 보기 프로젝트 열기: JoeOsborn/Cyclyc

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
ScoreComponent ( Microsoft.Xna.Framework.Game g ) : System

보호된 메소드들

메소드 설명
LoadContent ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

ScoreComponent() 공개 메소드

public ScoreComponent ( Microsoft.Xna.Framework.Game g ) : System
g Microsoft.Xna.Framework.Game
리턴 System