C# 클래스 GuiEvent, NanoGUI

파일 보기 프로젝트 열기: hxflyer/NanoGUI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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,

공개 메소드들

메소드 설명
GuiEvent ( ) : System.Collections
GuiEvent ( string type ) : System.Collections

메소드 상세

GuiEvent() 공개 메소드

public GuiEvent ( ) : System.Collections
리턴 System.Collections

GuiEvent() 공개 메소드

public GuiEvent ( string type ) : System.Collections
type string
리턴 System.Collections

프로퍼티 상세

ADDED_TO_STAGE 공개적으로 정적으로 프로퍼티

public static string ADDED_TO_STAGE
리턴 string

CHANGE 공개적으로 정적으로 프로퍼티

public static string CHANGE
리턴 string

COMPLETE 공개적으로 정적으로 프로퍼티

public static string COMPLETE
리턴 string

ENTER_FRAME 공개적으로 정적으로 프로퍼티

public static string ENTER_FRAME
리턴 string

REMOVE_FROME_STAGE 공개적으로 정적으로 프로퍼티

public static string REMOVE_FROME_STAGE
리턴 string

RESIZE 공개적으로 정적으로 프로퍼티

public static string RESIZE
리턴 string

SELECT 공개적으로 정적으로 프로퍼티

public static string SELECT
리턴 string

UNSELECT 공개적으로 정적으로 프로퍼티

public static string UNSELECT
리턴 string

eventType 공개적으로 프로퍼티

public string eventType
리턴 string

target 공개적으로 프로퍼티

public EventDispatcher, target
리턴 EventDispatcher,