C# Класс RecordRobot.Menus.PauseMenu

An instance of a pause menu. This will support the options to resume the game, go to the title sceen, and quit the game.
Наследование: Menu
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PauseMenu ( Vector2 position, float spacing, String MainAction ) : System

Initializes a new instance of the PauseMenu class.

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

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

Initializes a new instance of the PauseMenu class.
public PauseMenu ( Vector2 position, float spacing, String MainAction ) : System
position Vector2 The position.
spacing float The spacing.
MainAction String
Результат System