C# Class Gonzo.Elements.UIHeadBrowser

A UI control for browsing avatar heads.
Inheritance: UISkinBrowser
ファイルを表示 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
UIHeadBrowser ( UIScreen Screen, UIControl Ctrl, int SkinType, AvatarSex Sex ) : Files
Update ( InputHelper Helper, GameTime GTime ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
return void

UIHeadBrowser() public method

public UIHeadBrowser ( UIScreen Screen, UIControl Ctrl, int SkinType, AvatarSex Sex ) : Files
Screen UIScreen
Ctrl UIControl
SkinType int
Sex AvatarSex
return Files

Update() public method

public Update ( InputHelper Helper, GameTime GTime ) : void
Helper InputHelper
GTime Microsoft.Xna.Framework.GameTime
return void