Class InputDeviceProfile | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Class InputDeviceProfile

    Inheritance
    Object
    InputDeviceProfile
    JoystickProfile
    Namespace: UnityEngine.InputNew
    Syntax
    public abstract class InputDeviceProfile

    Fields

    deviceNames

    Declaration
    public string[] deviceNames
    Field Value
    Type Description
    String[]

    deviceRegexes

    Declaration
    public string[] deviceRegexes
    Field Value
    Type Description
    String[]

    lastResortDeviceRegex

    Declaration
    public string lastResortDeviceRegex
    Field Value
    Type Description
    String

    maxUnityVersion

    Declaration
    public Version maxUnityVersion
    Field Value
    Type Description
    Version

    minUnityVersion

    Declaration
    public Version minUnityVersion
    Field Value
    Type Description
    Version

    supportedPlatforms

    Declaration
    public string[] supportedPlatforms
    Field Value
    Type Description
    String[]

    Methods

    AddDeviceName(String)

    Declaration
    public void AddDeviceName(string deviceName)
    Parameters
    Type Name Description
    String deviceName

    AddDeviceRegex(String)

    Declaration
    public void AddDeviceRegex(string regex)
    Parameters
    Type Name Description
    String regex

    AddSupportedPlatform(String)

    Declaration
    public void AddSupportedPlatform(string platform)
    Parameters
    Type Name Description
    String platform

    GetControlNameOverride(Int32)

    Declaration
    public virtual string GetControlNameOverride(int controlIndex)
    Parameters
    Type Name Description
    Int32 controlIndex
    Returns
    Type Description
    String

    Remap(InputEvent)

    Declaration
    public abstract void Remap(InputEvent inputEvent)
    Parameters
    Type Name Description
    InputEvent inputEvent
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023