C# Класс Player_Ready, goalBall

Allows player to ready up to start the game
Наследование: NetworkBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
readyButton string

Открытые методы

Метод Описание
isReady ( ) : bool

Whether or not this player is ready

Приватные методы

Метод Описание
CmdReadyUp ( bool rdy ) : void
Update ( ) : void

Checks for users input to ready/unready

Описание методов

isReady() публичный Метод

Whether or not this player is ready
public isReady ( ) : bool
Результат bool

Описание свойств

readyButton публичное свойство

public string readyButton
Результат string