C# Class GuiEvent, NanoGUI

Afficher le fichier Open project: hxflyer/NanoGUI Class Usage Examples

Méthodes publiques

Свойство Type Description
ADDED_TO_STAGE string
CHANGE string
COMPLETE string
ENTER_FRAME string
REMOVE_FROME_STAGE string
RESIZE string
SELECT string
UNSELECT string
eventType string
target EventDispatcher,

Méthodes publiques

Méthode Description
GuiEvent ( ) : System.Collections
GuiEvent ( string type ) : System.Collections

Method Details

GuiEvent() public méthode

public GuiEvent ( ) : System.Collections
Résultat System.Collections

GuiEvent() public méthode

public GuiEvent ( string type ) : System.Collections
type string
Résultat System.Collections

Property Details

ADDED_TO_STAGE public_oe static_oe property

public static string ADDED_TO_STAGE
Résultat string

CHANGE public_oe static_oe property

public static string CHANGE
Résultat string

COMPLETE public_oe static_oe property

public static string COMPLETE
Résultat string

ENTER_FRAME public_oe static_oe property

public static string ENTER_FRAME
Résultat string

REMOVE_FROME_STAGE public_oe static_oe property

public static string REMOVE_FROME_STAGE
Résultat string

RESIZE public_oe static_oe property

public static string RESIZE
Résultat string

SELECT public_oe static_oe property

public static string SELECT
Résultat string

UNSELECT public_oe static_oe property

public static string UNSELECT
Résultat string

eventType public_oe property

public string eventType
Résultat string

target public_oe property

public EventDispatcher, target
Résultat EventDispatcher,