C# 클래스 SpaceBattle.Explosion

파일 보기 프로젝트 열기: luqui/space-shooter

공개 프로퍼티들

프로퍼티 타입 설명
CAP int

공개 메소드들

메소드 설명
AddExplosion ( Vector2 pos, Vector3 color, int num, float maxvel, float maxlife, float maxsize ) : void
Draw ( ) : void
Explosion ( ) : System
Update ( float dt ) : void

메소드 상세

AddExplosion() 공개 메소드

public AddExplosion ( Vector2 pos, Vector3 color, int num, float maxvel, float maxlife, float maxsize ) : void
pos Vector2
color Vector3
num int
maxvel float
maxlife float
maxsize float
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Explosion() 공개 메소드

public Explosion ( ) : System
리턴 System

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void

프로퍼티 상세

CAP 공개적으로 정적으로 프로퍼티

public static int CAP
리턴 int