docs.unity.cn
    Show / Hide Table of Contents

    Class Model.ImporterWarning

    Importer warning data structure

    Inheritance
    Object
    Model.ImporterWarning
    Namespace: Unity.Barracuda
    Syntax
    public class ImporterWarning : object

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 14, 2021