Class Model.ImporterWarning | Barracuda | 0.5.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class Model.ImporterWarning

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

    Constructors

    ImporterWarning(String, String)

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

    Properties

    LayerName

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

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX