C# 클래스 GameEntities.SpawnPoint

상속: AKMapObject
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetDefaultSpawnPoint ( ) : SpawnPoint
GetFreeRandomSpawnPoint ( ) : SpawnPoint
GetRandomSpawnPoint ( ) : SpawnPoint

보호된 메소드들

메소드 설명
OnDestroy ( ) : void
OnPostCreate ( bool loaded ) : void

메소드 상세

GetDefaultSpawnPoint() 공개 정적인 메소드

public static GetDefaultSpawnPoint ( ) : SpawnPoint
리턴 SpawnPoint

GetFreeRandomSpawnPoint() 공개 정적인 메소드

public static GetFreeRandomSpawnPoint ( ) : SpawnPoint
리턴 SpawnPoint

GetRandomSpawnPoint() 공개 정적인 메소드

public static GetRandomSpawnPoint ( ) : SpawnPoint
리턴 SpawnPoint

OnDestroy() 보호된 메소드

protected OnDestroy ( ) : void
리턴 void

OnPostCreate() 보호된 메소드

protected OnPostCreate ( bool loaded ) : void
loaded bool
리턴 void