Version: 2017.1
public EventType type ;

Descripción

El tipo de evento.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log("Current event detected: " + Event.current.type); } }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.