docs.unity.cn
    Show / Hide Table of Contents

    Class InputControlLayout.LayoutNotFoundException

    Inheritance
    Object
    InputControlLayout.LayoutNotFoundException
    Namespace: UnityEngine.InputSystem.Layouts
    Syntax
    public class LayoutNotFoundException : Exception

    Constructors

    LayoutNotFoundException()

    Declaration
    public LayoutNotFoundException()

    LayoutNotFoundException(SerializationInfo, StreamingContext)

    Declaration
    protected LayoutNotFoundException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    LayoutNotFoundException(String)

    Declaration
    public LayoutNotFoundException(string name)
    Parameters
    Type Name Description
    String name

    LayoutNotFoundException(String, Exception)

    Declaration
    public LayoutNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    LayoutNotFoundException(String, String)

    Declaration
    public LayoutNotFoundException(string name, string message)
    Parameters
    Type Name Description
    String name
    String message

    Properties

    layout

    Declaration
    public string layout { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, September 9, 2021