C# 클래스 HutongGames.PlayMaker.Actions.DestroyComponent

상속: FsmStateAction
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 메소드들

메소드 설명
DoDestroyComponent ( GameObject go ) : void
OnEnter ( ) : void
Reset ( ) : void

메소드 상세

DoDestroyComponent() 공개 메소드

public DoDestroyComponent ( GameObject go ) : void
go UnityEngine.GameObject
리턴 void

OnEnter() 공개 메소드

public OnEnter ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void