public static T ValidateEventData (EventSystems.BaseEventData data);

Parámetros

dataData to validate.

Valor de retorno

T Data as T.

Descripción

Attempt to convert the data to type T. If conversion fails an ArgumentException is thrown.