C# Class FairyGUI.EventContext

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
data object
type string

Méthodes publiques

Méthode Description
CaptureTouch ( ) : void

PreventDefault ( ) : void

StopPropagation ( ) : void

Private Methods

Méthode Description
Get ( ) : EventContext
Return ( EventContext value ) : void

Method Details

CaptureTouch() public méthode

public CaptureTouch ( ) : void
Résultat void

PreventDefault() public méthode

public PreventDefault ( ) : void
Résultat void

StopPropagation() public méthode

public StopPropagation ( ) : void
Résultat void

Property Details

data public_oe property

public object data
Résultat object

type public_oe property

public string type
Résultat string