Quantum 3
3.0.10
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... | |
The debug command payload.
| long Quantum.Core.DebugCommand.Payload.Id |
The command unique id.
| int Quantum.Core.DebugCommand.Payload.Type |
The DebugCommandType.
| EntityRef Quantum.Core.DebugCommand.Payload.Entity |
The referenced entity to destroy or the created entity id.
| ComponentSet Quantum.Core.DebugCommand.Payload.Components |
Optionally a component set to destroy.
| byte [] Quantum.Core.DebugCommand.Payload.Data |
Serialized user data. For example entity prototype information to create a new entity.
| string Quantum.Core.DebugCommand.Payload.SystemType |
System.Type, pointing to a Quantum system type for example.
| int Quantum.Core.DebugCommand.Payload.SystemRuntimeIndex |
System runtime index.