C# 클래스 DestroyOnDeath, gateway2dwest

상속: MonoBehaviour
파일 보기 프로젝트 열기: stlgamedev/gateway2dwest

공개 프로퍼티들

프로퍼티 타입 설명
objectToDestroyOnDeath GameObject
objectsToDisable GameObject[]

공개 메소드들

메소드 설명
DestroyObject ( ) : void
Die ( ) : void

메소드 상세

DestroyObject() 공개 메소드

public DestroyObject ( ) : void
리턴 void

Die() 공개 메소드

public Die ( ) : void
리턴 void

프로퍼티 상세

objectToDestroyOnDeath 공개적으로 프로퍼티

public GameObject objectToDestroyOnDeath
리턴 GameObject

objectsToDisable 공개적으로 프로퍼티

public GameObject[] objectsToDisable
리턴 GameObject[]