Struct PackedPlayModeBuildLogs.RuntimeBuildLog
A container for build logs that need to be seen at runtime.
Inherited Members
Namespace: Global Namespace
Syntax
[Serializable]
public struct RuntimeBuildLog
Constructors
Name | Description |
---|---|
RuntimeBuildLog(LogType, String) | Create a container for build logs that need to be seen at runtime. |
Fields
Name | Description |
---|---|
Message | The contents of the build log. |
Type | The type of log being stored. This will determine how the message is portrayed at runtime. |