C# Класс LevelScript, Imagine_binary-break-in

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

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

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

Returns the binary switches in the level to the object pool.

OnFinishLevelClicked ( ) : void
SpawnLevel ( int digits ) : void

Spawns a new set of switches. Also sets the target number.

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

Метод Описание
Awake ( ) : void
CheckLevelCompletion ( ) : bool

Checks the binary switches to see if the input matches the target number. Plays wheel animations based on correctness.

FinishLevel ( ) : void

Triggers level completion animations and gameplay state.

Start ( ) : void
TurnOffSuccessLight ( ) : void

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

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

Returns the binary switches in the level to the object pool.
public DestroyLevel ( ) : void
Результат void

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

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

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

Spawns a new set of switches. Also sets the target number.
public SpawnLevel ( int digits ) : void
digits int Number of binary switches to spawn, as well as the number of digits /// for the goal number.
Результат void