C# 클래스 Starwar.Sprites.LaserSprite

상속: Sprite
파일 보기 프로젝트 열기: daxnet/Starwar 1 사용 예제들

공개 메소드들

메소드 설명
LaserSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

메소드 상세

LaserSprite() 공개 메소드

public LaserSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Microsoft.Xna.Framework.Vector2
리턴 Microsoft.Xna.Framework

Update() 공개 메소드

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