Click or drag to resize

2D Game Engine

Game FrameworkManual / Content Creation / 2D Game EnginePhysical Objects Creation 2D

2D Game Engine

Contents
Overview

2D game engine is a set of engine and editor components that complement the engine with necessary 2D capabilities. These include the functions of the physical 2D engine, sprites, characters, 2D camera control and other features.

Screenshot999999999999201.png
Physics
Sprites
Characters
Interactive objects

The framework includes a set of features for player interaction with 2D scene objects.

Button.

Screenshot999999999999216.png

Regulator.

Screenshot999999999999217.png

Weapon 2D.

Screenshot999999999999205.png
Samples

Here you can see demonstration scenes of the 2D engine. A complete list of the demo scenes can be found in Samples and Tutorials.

Spaceship control 2D.scene

Samples\Starter Content\Scenes\Spaceship control 2D.scene

  • 2D scene.
  • Object in the scene controlled by the player. Custom Input Processing class.
  • C# scripts.
Screenshot999999999879.png
Character 2D.scene

Samples\Starter Content\Scenes\Character 2D.scene

Screenshot999999999999201.png
Physics rigid body 2D.scene

Samples\Starter Content\Scenes\Physics rigid body 2D.scene

  • Show features of 2D physics engine.
  • Simple, convex, mesh, compound collision shapes.
  • Constraints.
Screenshot999999999881.png
See also
Game FrameworkPhysical Objects Creation 2D