C# 클래스 RespawnZone, WaitingForHorus

상속: MonoBehaviour
파일 보기 프로젝트 열기: merveilles/WaitingForHorus 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
GetRespawnPoint ( ) : Vector3
OnDestroy ( ) : void

비공개 메소드들

메소드 설명
RandomIndex ( int count ) : int

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetRespawnPoint() 공개 정적인 메소드

public static GetRespawnPoint ( ) : Vector3
리턴 Vector3

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void