Quantum 3 3.0.10

Public Attributes | List of all members
Quantum.Core.DebugCommand.Payload Struct Reference

The debug command payload. More...

Public Attributes

ComponentSet Components
 Optionally a component set to destroy. More...
 
byte[] Data
 Serialized user data. For example entity prototype information to create a new entity. More...
 
EntityRef Entity
 The referenced entity to destroy or the created entity id. More...
 
long Id
 The command unique id. More...
 
int SystemRuntimeIndex
 System runtime index. More...
 
string SystemType
 System.Type, pointing to a Quantum system type for example. More...
 
int Type
 The DebugCommandType. More...
 

Detailed Description

The debug command payload.

Member Data Documentation

◆ Id

long Quantum.Core.DebugCommand.Payload.Id

The command unique id.

◆ Type

int Quantum.Core.DebugCommand.Payload.Type

◆ Entity

EntityRef Quantum.Core.DebugCommand.Payload.Entity

The referenced entity to destroy or the created entity id.

◆ Components

ComponentSet Quantum.Core.DebugCommand.Payload.Components

Optionally a component set to destroy.

◆ Data

byte [] Quantum.Core.DebugCommand.Payload.Data

Serialized user data. For example entity prototype information to create a new entity.

◆ SystemType

string Quantum.Core.DebugCommand.Payload.SystemType

System.Type, pointing to a Quantum system type for example.

◆ SystemRuntimeIndex

int Quantum.Core.DebugCommand.Payload.SystemRuntimeIndex

System runtime index.