docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LogMessages

    Converts LogCode to human readable and understandable message string.

    Inheritance
    object
    LogMessages
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast.Logging
    Assembly: glTFast.dll
    Syntax
    public static class LogMessages

    Methods

    GetFullMessage(LogCode, params string[])

    Converts a LogCode to human readable and understandable message string.

    Declaration
    public static string GetFullMessage(LogCode code, params string[] messages)
    Parameters
    Type Name Description
    LogCode code

    Input LogCode

    string[] messages

    Additional message parts (te be filled into final message)

    Returns
    Type Description
    string

    Human readable and understandable message string

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)