C# 클래스 MyGame.FirstAid

This class represent a first aid item that rotates with time
상속: CDrawableComponent
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 메소드들

메소드 설명
FirstAid ( MyGame game, Model model, Unit unit ) : System
Update ( GameTime gameTime ) : void

Allows the game component to update itself.

메소드 상세

FirstAid() 공개 메소드

public FirstAid ( MyGame game, Model model, Unit unit ) : System
game MyGame
model Microsoft.Xna.Framework.Graphics.Model
unit Unit
리턴 System

Update() 공개 메소드

Allows the game component to update itself.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
리턴 void