C# 클래스 Project_Starfighter.Player

파일 보기 프로젝트 열기: csce3513/Team15 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
shipSprite AnimatedSprite

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
Player ( ) : System
Player ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Player() 공개 메소드

public Player ( ) : System
리턴 System

Player() 공개 메소드

public Player ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

프로퍼티 상세

shipSprite 공개적으로 프로퍼티

public AnimatedSprite,Project_Starfighter shipSprite
리턴 AnimatedSprite