C# Класс FarseerPhysics.Samples.FarseerPhysicsGame

This is the main type for your game
Наследование: Microsoft.Xna.Framework.Game
Показать файл Открыть проект

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

Метод Описание
FarseerPhysicsGame ( ) : System

Защищенные методы

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

Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.

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

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

public FarseerPhysicsGame ( ) : System
Результат System

Initialize() защищенный Метод

Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.
protected Initialize ( ) : void
Результат void