C# Class Gonzo.Elements.UIHeadBrowser

A UI control for browsing avatar heads.
Inheritance: UISkinBrowser
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

UIHeadBrowser() public méthode

public UIHeadBrowser ( UIScreen Screen, UIControl Ctrl, int SkinType, AvatarSex Sex ) : Files
Screen UIScreen
Ctrl UIControl
SkinType int
Sex AvatarSex
Résultat Files

Update() public méthode

public Update ( InputHelper Helper, GameTime GTime ) : void
Helper InputHelper
GTime Microsoft.Xna.Framework.GameTime
Résultat void