C# 클래스 SpawnBullet_Command, Time-Pigs-and-The-Ham-of-Destiny

상속: CommandBase
파일 보기 프로젝트 열기: Abysice/Time-Pigs-and-The-Ham-of-Destiny

공개 메소드들

메소드 설명
Execute ( ) : void
SpawnBullet_Command ( ) : System.Collections
SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
Undo ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

SpawnBullet_Command() 공개 메소드

public SpawnBullet_Command ( ) : System.Collections
리턴 System.Collections

SpawnBullet_Command() 공개 메소드

public SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
p_bulletPool BulletPool,
p_spawnPosition Vector2
p_direction Vector2
리턴 System.Collections

Undo() 공개 메소드

public Undo ( ) : void
리턴 void