Struct PackedPlayModeBuildLogs.RuntimeBuildLog
A container for build logs that need to be seen at runtime.
Inherited Members
Namespace: Global Namespace
Assembly: Unity.Addressables.dll
Syntax
[Serializable]
public struct PackedPlayModeBuildLogs.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.  |