Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

8 lignes
163 B

  1. using System;
  2. using UnityEngine.EventSystems;
  3. public interface IBeginPinchHandler : IEventSystemHandler
  4. {
  5. void OnBeginPinch(PinchEventData pinchEvent);
  6. }