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

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

공개 메소드들

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

메소드 상세

DestroyEnemy_Command() 공개 메소드

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

DestroyEnemy_Command() 공개 메소드

public DestroyEnemy_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