C# 클래스 GudKoodi.DeeperSkeeper.Level.LobbyStartButton

Component for start button in lobby.
상속: MonoBehaviour
파일 보기 프로젝트 열기: gud-koodi/deeper-skeeper

공개 프로퍼티들

프로퍼티 타입 설명
Floor GameObject
LevelStartRequested Event.Event
LevelStarted Event.Event

공개 메소드들

메소드 설명
ApplyDamage ( ) : void
Awake ( ) : void

비공개 메소드들

메소드 설명
StartLevel ( object p0, object p1, object p2, object p3 ) : void

Lets all players to game from lobby.

메소드 상세

ApplyDamage() 공개 메소드

public ApplyDamage ( ) : void
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

프로퍼티 상세

Floor 공개적으로 프로퍼티

Floor to destroy on start.
public GameObject Floor
리턴 GameObject

LevelStartRequested 공개적으로 프로퍼티

Send this event to request level start.
public Event.Event LevelStartRequested
리턴 Event.Event

LevelStarted 공개적으로 프로퍼티

Let players into the level when this event is called.
public Event.Event LevelStarted
리턴 Event.Event