MixedRealityControllerInfo.AnimateTouchpad(Boolean, Boolean, Vector2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void AnimateTouchpad(bool isTouchpadPressed, bool isTouchpadTouched, UnityEngine::Vector2 newTouchpadPosition);
public void AnimateTouchpad (bool isTouchpadPressed, bool isTouchpadTouched, UnityEngine.Vector2 newTouchpadPosition);
member this.AnimateTouchpad : bool * bool * UnityEngine.Vector2 -> unit
Public Sub AnimateTouchpad (isTouchpadPressed As Boolean, isTouchpadTouched As Boolean, newTouchpadPosition As Vector2)
Parameters
- isTouchpadPressed
- Boolean
- isTouchpadTouched
- Boolean
- newTouchpadPosition
- UnityEngine.Vector2