Enum ProfilingMessageType
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
Type of a profiling message.
public enum ProfilingMessageTypeFields
- Begin = 0
- A begin message. 
- End = 1
- A end message. 
- Mark = 2
- A mark message. 
Type of a profiling message.
public enum ProfilingMessageTypeBegin = 0A begin message.
End = 1A end message.
Mark = 2A mark message.