docs.unity.cn
    Show / Hide Table of Contents

    Struct PackedPlayModeBuildLogs.RuntimeBuildLog

    A container for build logs that need to be seen at runtime.

    Namespace: Global Namespace
    Syntax
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use