C# Класс Sharplike.Core.Runtime.AbstractGameLoop

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

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

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

Called when the game is ready to begin. This is the entry-point for subclasses of AbstractGameLoop.

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

Begin() публичный абстрактный Метод

Called when the game is ready to begin. This is the entry-point for subclasses of AbstractGameLoop.
public abstract Begin ( ) : void
Результат void