C# Class CarpMuffin.UserInterfaces.Controls.Part

Displays any part specified from the skin
Inheritance: Control
Show file Open project: BetaToast/CarpMuffin

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
LoadParts ( ) : void
ReloadParts ( string userInterfaceSkinPartName ) : void
Update ( GameTime gameTime ) : void
UpdateInput ( InputManager input ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadParts() public method

public LoadParts ( ) : void
return void

ReloadParts() public method

public ReloadParts ( string userInterfaceSkinPartName ) : void
userInterfaceSkinPartName string
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

UpdateInput() public method

public UpdateInput ( InputManager input ) : void
input CarpMuffin.Input.InputManager
return void