Struct PackedPlayModeBuildLogs.RuntimeBuildLog
A container for build logs that need to be seen at runtime.
상속된 멤버
네임스페이스: Global Namespace
어셈블리: solution.dll
구문
[Serializable]
public struct PackedPlayModeBuildLogs.RuntimeBuildLog
생성자
이름 | 설명 |
---|---|
RuntimeBuildLog(LogType, string) | Create a container for build logs that need to be seen at runtime. |
필드
이름 | 설명 |
---|---|
Message | The contents of the build log. |
Type | The type of log being stored. This will determine how the message is portrayed at runtime. |