C# Class GudKoodi.DeeperSkeeper.Level.LobbyStartButton

Component for start button in lobby.
Inheritance: MonoBehaviour
Afficher le fichier Open project: gud-koodi/deeper-skeeper

Méthodes publiques

Свойство Type Description
Floor GameObject
LevelStartRequested Event.Event
LevelStarted Event.Event

Méthodes publiques

Méthode Description
ApplyDamage ( ) : void
Awake ( ) : void

Private Methods

Méthode Description
StartLevel ( object p0, object p1, object p2, object p3 ) : void

Lets all players to game from lobby.

Method Details

ApplyDamage() public méthode

public ApplyDamage ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

Property Details

Floor public_oe property

Floor to destroy on start.
public GameObject Floor
Résultat GameObject

LevelStartRequested public_oe property

Send this event to request level start.
public Event.Event LevelStartRequested
Résultat Event.Event

LevelStarted public_oe property

Let players into the level when this event is called.
public Event.Event LevelStarted
Résultat Event.Event