C# Class Gonzo.Elements.UIBodyBrowser

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

Public Methods

Method 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 method

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

UIBodyBrowser() public method

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