![]() |
Paradox Game Engine
v1.0.0 beta06
|
Namespaces | |
| package | Assets |
| package | AssimpNet |
| package | Audio |
| package | BinPacking |
| package | ConfigEditor |
| package | Data |
| package | DataModel |
| package | DebugTools |
| package | Diffs |
| package | Effects |
| package | Engine |
| package | EntityModel |
| package | Extensions |
| package | FixProjectReferences |
| package | Games |
| package | Graphics |
| Importer | |
| package | Input |
| package | Internals |
| package | Particles |
| package | Physics |
| package | ProjectGenerator |
| package | PublicApiCheck |
| package | RemoteShaderCompiler |
| package | Shaders |
| package | StorageTool |
| package | TestRunner2 |
| package | Threading |
| package | UI |
| package | UnitTesting |
| package | VisualStudio |
Classes | |
| class | ConsoleProgram |
| Reusable, reflection based helper for parsing commandline options. Greetings to Shawn Hargreaves, original code http://blogs.msdn.com/b/shawnhar/archive/2012/04/20/a-reusable-reflection-based-command-line-parser.aspx This is a modified version of command line parser that adds: More... | |
| struct | DelegateHolder< T1 > |
| Delegate for a RenderPass action used by Effects.RenderPass.StartPass and Effects.RenderPass.EndPass. More... | |
| struct | FourCC |
| A FourCC descriptor. | |
| class | Game |
| Main Game class system. More... | |
| class | GameSystem |
| interface | IScript |
| interface | IScriptContext |
| class | PrettyPrinter |
| class | Resource |
| class | Script |
| class | ScriptContext |
| class | ScriptSystem |
| The script system handles scripts scheduling in a game. More... | |
Enumerations | |
| enum | ConsoleColor { ConsoleColor.Blue = 0x00000001, ConsoleColor.Green = 0x00000002, ConsoleColor.Red = 0x00000004, ConsoleColor.Intensity = 0x00000008, ConsoleColor.BlueBackground = 0x00000010, ConsoleColor.GreenBackground = 0x00000020, ConsoleColor.RedBackground = 0x00000040, ConsoleColor.IntensityBackground = 0x00000080, ConsoleColor.Black = 0, ConsoleColor.Cyan = Green | Blue, ConsoleColor.Magenta = Red | Blue, ConsoleColor.Yellow = Red | Green, ConsoleColor.DarkGrey = Red | Green | Blue, ConsoleColor.LightGrey = Intensity, ConsoleColor.LightRed = Intensity | Red, ConsoleColor.LightGreen = Intensity | Green, ConsoleColor.LightBlue = Intensity | Blue, ConsoleColor.LightCyan = Intensity | Green | Blue, ConsoleColor.LightMagenta = Intensity | Red | Blue, ConsoleColor.LightYellow = Intensity | Red | Green, ConsoleColor.White = Intensity | Red | Green | Blue } |
| Colors used by ConsoleProgram.Color More... | |
Colors used by ConsoleProgram.Color
Definition at line 456 of file ConsoleProgram.cs.