Quantum 3 3.0.13

Static Public Attributes | List of all members
Quantum.Core.DebugCommandType Class Reference

Predefined debug commands. More...

Static Public Attributes

const int Create = 0
 Create a new entity. More...
 
const int Destroy = 1
 Destroy an entity or a component. More...
 
const int Toggle = 2
 Toggle systems More...
 
const int UserCommandTypeStart = 1000
 Add used defined debug commands types starting from this value. More...
 

Detailed Description

Predefined debug commands.

Member Data Documentation

◆ Create

const int Quantum.Core.DebugCommandType.Create = 0
static

Create a new entity.

◆ Destroy

const int Quantum.Core.DebugCommandType.Destroy = 1
static

Destroy an entity or a component.

◆ Toggle

const int Quantum.Core.DebugCommandType.Toggle = 2
static

Toggle systems

◆ UserCommandTypeStart

const int Quantum.Core.DebugCommandType.UserCommandTypeStart = 1000
static

Add used defined debug commands types starting from this value.