docs.unity.cn
    Show / Hide Table of Contents

    Class PackedPlayModeBuildLogs

    Inheritance
    Object
    PackedPlayModeBuildLogs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Global Namespace
    Syntax
    [Serializable]
    public class PackedPlayModeBuildLogs

    Properties

    RuntimeBuildLogs

    List of logs that need to appear in the runtime that was generated by the build.

    Declaration
    public List<PackedPlayModeBuildLogs.RuntimeBuildLog> RuntimeBuildLogs { get; set; }
    Property Value
    Type Description
    List<PackedPlayModeBuildLogs.RuntimeBuildLog>
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use