C# 클래스 Starwar.Sprites.ParallaxStarSprite

상속: Sprite
파일 보기 프로젝트 열기: daxnet/Starwar

공개 메소드들

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

메소드 상세

ParallaxStarSprite() 공개 메소드

public ParallaxStarSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, float speed ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Vector2
speed float
리턴 System

Update() 공개 메소드

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