C# (CSharp) GameEngine Namespace

Nested Namespaces

GameEngine.Drawing
GameEngine.Extensions
GameEngine.GameObjects
GameEngine.Info
GameEngine.Options
GameEngine.Pathfinding
GameEngine.Shaders
GameEngine.Source
GameEngine.Tiled

Classes

Name Description
Camera Represents a camera to manage viewing information Should be attached to a GameObject --- Incomplete --- 1. Make it work for both perspective and orthographic cameras 2. Use other methods (off-center cameras)
Debug
Game Статический Класс "Игра" Содержит основные настройки игры, время игры и прочие. Включает методы вызывающие расчеты игровой модели.
GameManager GameManager is the class that handles a game, it handles all the gameobjects and runs the current turn based of the gameobjects Initative
ScreenObject Represents a Object that is to be displayed on the Screen(Canvas)
Vector2