docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Model.ImporterWarning

    Importer warning data structure

    Inheritance
    object
    Model.ImporterWarning
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Barracuda
    Assembly: Unity.Barracuda.dll
    Syntax
    public class Model.ImporterWarning

    Constructors

    ImporterWarning(string, string)

    Constructs ImporterWarning

    Declaration
    public ImporterWarning(string layer, string msg)
    Parameters
    Type Name Description
    string layer

    layer name

    string msg

    message

    Properties

    LayerName

    Layer name

    Declaration
    public string LayerName { get; }
    Property Value
    Type Description
    string

    Message

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)