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

    Class Model.ImporterWarning

    Inheritance
    Object
    Model.ImporterWarning
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.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
    on 15 October 2020