C# Class Gearset.Components.Finder

Lets the user search for a object in its game.
Inheritance: Gearset.Components.Gear
Datei anzeigen Open project: juancampa/Gearset Class Usage Examples

Private Properties

Property Type Description
Config_SearchTextChanged void
DefaultSearchFunction FinderResult
Window_IsVisibleChanged void
Window_LocationChanged void
Window_SizeChanged void

Public Methods

Method Description
Finder ( ) : System
Update ( Microsoft gameTime ) : void

Protected Methods

Method Description
OnVisibleChanged ( ) : void

Private Methods

Method Description
Config_SearchTextChanged ( object sender, EventArgs e ) : void
DefaultSearchFunction ( String queryString ) : FinderResult

The default search function. It will search through the GameComponentCollection of the Game.

Window_IsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Window_LocationChanged ( object sender, EventArgs e ) : void
Window_SizeChanged ( object sender, System e ) : void

Method Details

Finder() public method

public Finder ( ) : System
return System

OnVisibleChanged() protected method

protected OnVisibleChanged ( ) : void
return void

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void