Struct DotsRuntimePrintWrapper
Assembly: Unity.Logging.dll
Syntax
public struct DotsRuntimePrintWrapper
Methods
BeginBatchConsoleWrite()
Declaration
public static extern void BeginBatchConsoleWrite()
ConsoleWrite(byte*, int, byte)
Declaration
public static extern void ConsoleWrite(byte* buffer, int numBytes, byte newLine)
Parameters
Type |
Name |
Description |
byte* |
buffer |
|
int |
numBytes |
|
byte |
newLine |
|
ConsoleWrite(FixedString512Bytes)
Declaration
public static void ConsoleWrite(FixedString512Bytes message)
Parameters
EndBatchConsoleWrite()
Declaration
public static extern void EndBatchConsoleWrite()
Flush()
Declaration
public static extern void Flush()