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

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

공개 메소드들

메소드 설명
DestroyBullet_Command ( ) : System.Collections
DestroyBullet_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
Execute ( ) : void
Undo ( ) : void

메소드 상세

DestroyBullet_Command() 공개 메소드

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

DestroyBullet_Command() 공개 메소드

public DestroyBullet_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
p_actor GameObject
p_destroyedPosition Vector2
리턴 System.Collections

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void