C# Class SadConsoleEditor.Panels.CharacterPickPanel

Inheritance: CustomPanel
Afficher le fichier Open project: Thraka/SadConsoleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
HideBackground bool
HideCharacter bool
HideForeground bool
HideMirrorLR bool
HideMirrorTB bool
SharedInstance CharacterPickPanel

Méthodes publiques

Méthode Description
CharacterPickPanel ( string title, bool hideCharacter, bool hideForeground, bool hideBackground ) : System
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
Redraw ( ControlBase control ) : int
Reset ( ) : void

Private Methods

Méthode Description
Mirror_IsSelectedChanged ( object sender, EventArgs e ) : void
OnChanged ( ) : void

Method Details

CharacterPickPanel() public méthode

public CharacterPickPanel ( string title, bool hideCharacter, bool hideForeground, bool hideBackground ) : System
title string
hideCharacter bool
hideForeground bool
hideBackground bool
Résultat System

Loaded() public méthode

public Loaded ( ) : void
Résultat void

ProcessMouse() public méthode

public ProcessMouse ( SadConsole info ) : void
info SadConsole
Résultat void

Redraw() public méthode

public Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

HideBackground public_oe property

public bool HideBackground
Résultat bool

HideCharacter public_oe property

public bool HideCharacter
Résultat bool

HideForeground public_oe property

public bool HideForeground
Résultat bool

HideMirrorLR public_oe property

public bool HideMirrorLR
Résultat bool

HideMirrorTB public_oe property

public bool HideMirrorTB
Résultat bool

SharedInstance public_oe static_oe property

public static CharacterPickPanel,SadConsoleEditor.Panels SharedInstance
Résultat CharacterPickPanel