C# Class Gonzo.Elements.UIBodyBrowser

A UI control for browsing avatar bodies.
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
UIBodyBrowser ( 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

UIBodyBrowser() public méthode

public UIBodyBrowser ( 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