C# Class GuiEvent, NanoGUI

Mostrar archivo Open project: hxflyer/NanoGUI Class Usage Examples

Public Properties

Property 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,

Public Methods

Method Description
GuiEvent ( ) : System.Collections
GuiEvent ( string type ) : System.Collections

Method Details

GuiEvent() public method

public GuiEvent ( ) : System.Collections
return System.Collections

GuiEvent() public method

public GuiEvent ( string type ) : System.Collections
type string
return System.Collections

Property Details

ADDED_TO_STAGE public_oe static_oe property

public static string ADDED_TO_STAGE
return string

CHANGE public_oe static_oe property

public static string CHANGE
return string

COMPLETE public_oe static_oe property

public static string COMPLETE
return string

ENTER_FRAME public_oe static_oe property

public static string ENTER_FRAME
return string

REMOVE_FROME_STAGE public_oe static_oe property

public static string REMOVE_FROME_STAGE
return string

RESIZE public_oe static_oe property

public static string RESIZE
return string

SELECT public_oe static_oe property

public static string SELECT
return string

UNSELECT public_oe static_oe property

public static string UNSELECT
return string

eventType public_oe property

public string eventType
return string

target public_oe property

public EventDispatcher, target
return EventDispatcher,