C# 클래스 Artemis.Engine.Forms.Menu.BaseMenuForm

상속: PhysicalForm
파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine

공개 프로퍼티들

프로퍼티 타입 설명
Focusable bool
OnClicked OnClickedDelegate
OnFocusGained OnFocusGainedDelegate
OnFocusLost OnFocusLostDelegate
OnHeld OnHeldDelegate
OnMouseEnter OnMouseEnterDelegate
OnMouseHover OnMouseHoverDelegate
OnMouseLeave OnMouseLeaveDelegate
OnReleased OnReleasedDelegate

비공개 메소드들

메소드 설명
BaseMenuForm ( ) : System.Linq
BaseMenuForm ( Body body ) : System.Linq
BaseMenuForm ( BodyConstructor constructor ) : System.Linq
BaseMenuForm ( string name ) : System.Linq
BaseMenuForm ( string name, Body body ) : System.Linq
BaseMenuForm ( string name, BodyConstructor constructor ) : System.Linq
MainUpdate ( ) : void

프로퍼티 상세

Focusable 공개적으로 프로퍼티

Whether or not this form can be focused by a MenuNavigator.
public bool Focusable
리턴 bool

OnClicked 공개적으로 프로퍼티

Delegate invoked when the user has clicked this form.
public OnClickedDelegate OnClicked
리턴 OnClickedDelegate

OnFocusGained 공개적으로 프로퍼티

Delegate invoked when this form has gained focus by a MenuNavigator. This is only invoked if Focusable is true.
public OnFocusGainedDelegate OnFocusGained
리턴 OnFocusGainedDelegate

OnFocusLost 공개적으로 프로퍼티

Delegate invoked when this form has lost focus. This is only invoked if Focusable is true.
public OnFocusLostDelegate OnFocusLost
리턴 OnFocusLostDelegate

OnHeld 공개적으로 프로퍼티

Delegate invoked while the user is clicking this form.
public OnHeldDelegate OnHeld
리턴 OnHeldDelegate

OnMouseEnter 공개적으로 프로퍼티

Delegate invoked when the user's mouse enters this form.
public OnMouseEnterDelegate OnMouseEnter
리턴 OnMouseEnterDelegate

OnMouseHover 공개적으로 프로퍼티

Delegate invoked while the user's mouse is in this form. This is called the frame *after* OnMouseEnter is invoked.
public OnMouseHoverDelegate OnMouseHover
리턴 OnMouseHoverDelegate

OnMouseLeave 공개적으로 프로퍼티

Delegate invoked when the user's mouse leaves this form.
public OnMouseLeaveDelegate OnMouseLeave
리턴 OnMouseLeaveDelegate

OnReleased 공개적으로 프로퍼티

Delegate invoked when the user has stopped clicking this form.
public OnReleasedDelegate OnReleased
리턴 OnReleasedDelegate