MCPcopy Create free account
hub / github.com/TanTanDev/runity / LogMessage

Class LogMessage

unity/Runity/Logging.cs:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 [StructLayout(LayoutKind.Sequential)]
38 public struct LogMessage {
39 public Level level;
40 public string message;
41 }
42
43 [System.Serializable]
44 public enum Level: int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected