C# 클래스 ScrollingShooter.BlimpBullet

상속: ScrollingShooter.Projectile
파일 보기 프로젝트 열기: zombiepaladin/scrolling-shooter 1 사용 예제들

공개 메소드들

메소드 설명
BlimpBullet ( uint id, Microsoft.Xna.Framework.Content.ContentManager content, Vector2 position ) : System

Creates a new blimp bullet

메소드 상세

BlimpBullet() 공개 메소드

Creates a new blimp bullet
public BlimpBullet ( uint id, Microsoft.Xna.Framework.Content.ContentManager content, Vector2 position ) : System
id uint
content Microsoft.Xna.Framework.Content.ContentManager A ContentManager to load content from
position Vector2 A position on the screen
리턴 System