docs.unity.cn
    Show / Hide Table of Contents

    Method LogWarningFormat

    LogWarningFormat(String, Object[])

    Debug.LogWarningFormat wrapper method.

    Declaration
    public static void LogWarningFormat(string format, params object[] args)
    Parameters
    Type Name Description
    String format

    The string with format tags.

    Object[] args

    The args used to fill in the format tags.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use