C# Class UnityEngine.EventSystems.AbstractEventData

A class that can be used for sending simple events via the event system.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
m_Used bool

Méthodes publiques

Méthode Description
Reset ( ) : void

Reset the event.

Use ( ) : void

Use the event.

Méthodes protégées

Méthode Description
AbstractEventData ( ) : System

Method Details

AbstractEventData() protected méthode

protected AbstractEventData ( ) : System
Résultat System

Reset() public méthode

Reset the event.

public Reset ( ) : void
Résultat void

Use() public méthode

Use the event.

public Use ( ) : void
Résultat void

Property Details

m_Used protected_oe property

protected bool m_Used
Résultat bool