C# Class GuiEvent, NanoGUI

Show file 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 static property

public static string ADDED_TO_STAGE
return string

CHANGE public static property

public static string CHANGE
return string

COMPLETE public static property

public static string COMPLETE
return string

ENTER_FRAME public static property

public static string ENTER_FRAME
return string

REMOVE_FROME_STAGE public static property

public static string REMOVE_FROME_STAGE
return string

RESIZE public static property

public static string RESIZE
return string

SELECT public static property

public static string SELECT
return string

UNSELECT public static property

public static string UNSELECT
return string

eventType public property

public string eventType
return string

target public property

public EventDispatcher, target
return EventDispatcher,