C# 클래스 OurSonic.UIManager.UIManager

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

공개 프로퍼티들

프로퍼티 타입 설명
sonicManager SonicManager

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddArea ( UIArea uiArea ) : void
Draw ( CanvasRenderingContext2D canvas ) : void
OnClick ( Pointer cell ) : bool
OnKeyDown ( Event jQueryEvent ) : bool
OnMouseMove ( Pointer cell ) : bool
OnMouseScroll ( jQueryApi.jQueryEvent e ) : bool
OnMouseUp ( Pointer cell ) : void
UIManager ( SonicManager sonicManager, CanvasRenderingContext2D mainCanvas ) : System
UpdateDepth ( ) : void
UpdateTitle ( string title ) : void

메소드 상세

AddArea() 공개 메소드

public AddArea ( UIArea uiArea ) : void
uiArea UIArea
리턴 void

Draw() 공개 메소드

public Draw ( CanvasRenderingContext2D canvas ) : void
canvas System.Html.Media.Graphics.CanvasRenderingContext2D
리턴 void

OnClick() 공개 메소드

public OnClick ( Pointer cell ) : bool
cell Pointer
리턴 bool

OnKeyDown() 공개 메소드

public OnKeyDown ( Event jQueryEvent ) : bool
jQueryEvent System.Html.Event
리턴 bool

OnMouseMove() 공개 메소드

public OnMouseMove ( Pointer cell ) : bool
cell Pointer
리턴 bool

OnMouseScroll() 공개 메소드

public OnMouseScroll ( jQueryApi.jQueryEvent e ) : bool
e jQueryApi.jQueryEvent
리턴 bool

OnMouseUp() 공개 메소드

public OnMouseUp ( Pointer cell ) : void
cell Pointer
리턴 void

UIManager() 공개 메소드

public UIManager ( SonicManager sonicManager, CanvasRenderingContext2D mainCanvas ) : System
sonicManager SonicManager
mainCanvas System.Html.Media.Graphics.CanvasRenderingContext2D
리턴 System

UpdateDepth() 공개 메소드

public UpdateDepth ( ) : void
리턴 void

UpdateTitle() 공개 정적인 메소드

public static UpdateTitle ( string title ) : void
title string
리턴 void

프로퍼티 상세

sonicManager 공개적으로 프로퍼티

public SonicManager sonicManager
리턴 SonicManager