C# Класс Name_InputField, gmap377_leathGloves_inc

Наследование: MonoBehaviour
Показать файл Открыть проект

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

Свойство Тип Описание
continueButton Button

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

Метод Описание
Start ( ) : void

Used to initialize variables on creation

checkValue ( ) : void
setPlayerName ( string playerName ) : void

Set's the player's name for the game

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

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

Used to initialize variables on creation
public Start ( ) : void
Результат void

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

public checkValue ( ) : void
Результат void

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

Set's the player's name for the game
public setPlayerName ( string playerName ) : void
playerName string The desired name for the player
Результат void

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

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

public Button continueButton
Результат Button