Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

8 řádky
163 B

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