C# Class OurSonic.UIManager.UIManager

Afficher le fichier Open project: OurSonic/OurSonicSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
sonicManager SonicManager

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AddArea() public méthode

public AddArea ( UIArea uiArea ) : void
uiArea UIArea
Résultat void

Draw() public méthode

public Draw ( CanvasRenderingContext2D canvas ) : void
canvas System.Html.Media.Graphics.CanvasRenderingContext2D
Résultat void

OnClick() public méthode

public OnClick ( Pointer cell ) : bool
cell Pointer
Résultat bool

OnKeyDown() public méthode

public OnKeyDown ( Event jQueryEvent ) : bool
jQueryEvent System.Html.Event
Résultat bool

OnMouseMove() public méthode

public OnMouseMove ( Pointer cell ) : bool
cell Pointer
Résultat bool

OnMouseScroll() public méthode

public OnMouseScroll ( jQueryApi.jQueryEvent e ) : bool
e jQueryApi.jQueryEvent
Résultat bool

OnMouseUp() public méthode

public OnMouseUp ( Pointer cell ) : void
cell Pointer
Résultat void

UIManager() public méthode

public UIManager ( SonicManager sonicManager, CanvasRenderingContext2D mainCanvas ) : System
sonicManager SonicManager
mainCanvas System.Html.Media.Graphics.CanvasRenderingContext2D
Résultat System

UpdateDepth() public méthode

public UpdateDepth ( ) : void
Résultat void

UpdateTitle() public static méthode

public static UpdateTitle ( string title ) : void
title string
Résultat void

Property Details

sonicManager public_oe property

public SonicManager sonicManager
Résultat SonicManager