C# Class GudKoodi.DeeperSkeeper.Level.LobbyStartButton

Component for start button in lobby.
Inheritance: MonoBehaviour
ファイルを表示 Open project: gud-koodi/deeper-skeeper

Public Properties

Property Type Description
Floor GameObject
LevelStartRequested Event.Event
LevelStarted Event.Event

Public Methods

Method Description
ApplyDamage ( ) : void
Awake ( ) : void

Private Methods

Method Description
StartLevel ( object p0, object p1, object p2, object p3 ) : void

Lets all players to game from lobby.

Method Details

ApplyDamage() public method

public ApplyDamage ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

Property Details

Floor public_oe property

Floor to destroy on start.
public GameObject Floor
return GameObject

LevelStartRequested public_oe property

Send this event to request level start.
public Event.Event LevelStartRequested
return Event.Event

LevelStarted public_oe property

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