Interface IXboxOneRumble | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IXboxOneRumble

    Extended dual motor gamepad rumble that adds left and right trigger motors.

    Namespace: UnityEngine.Experimental.Input.Plugins.XInput
    Syntax
    public interface IXboxOneRumble : IDualMotorRumble

    Methods

    SetMotorSpeeds(Single, Single, Single, Single)

    Declaration
    void SetMotorSpeeds(float lowFrequency, float highFrequency, float leftTrigger, float rightTrigger)
    Parameters
    Type Name Description
    System.Single lowFrequency
    System.Single highFrequency
    System.Single leftTrigger
    System.Single rightTrigger
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX