C# 클래스 Gearset.GearsetComponent

Provides a simple way to add Gearset to your game. Simply add this component to your Game's Component collection and you're set. (Additionally you have to add the [STAThread] attribute to your Main(string[] args) method (usually in program.cs)
상속: GearsetComponentBase
파일 보기 프로젝트 열기: juancampa/Gearset 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
GearsetComponent ( Microsoft.Xna.Framework.Game game ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

GearsetComponent() 공개 메소드

public GearsetComponent ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Update() 공개 메소드

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