C# Class Game.PostEffectsWindow

Defines a "PostEffects" window.
Inheritance: EControl
Mostra file Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Protected Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void
OnKeyDown ( KeyEvent e ) : bool

Private Methods

Method Description
GetListCompositorItemName ( string itemName ) : string
UpdateCurrentPostEffect ( ) : void
UpdateCurrentPostEffectControls ( ) : void
boolParameter_CheckedChange ( ECheckBox sender ) : void
checkBoxEnabled_Click ( ECheckBox sender ) : void
floatParameter_ValueChange ( EScrollBar sender ) : void
listBoxCheckBox_Click ( ECheckBox sender ) : void
listBox_SelectedIndexChange ( EListBox sender ) : void

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
return bool