AvatarRenderer Class
XNA Game Studio 3.1
Provides properties and methods for rendering a standard avatar.
Windows Specific Information |
|---|
| Avatar-related APIs are exposed on Windows to ease cross-platform development between Windows and the Xbox 360. All avatar-related methods return default values, and rendering methods do not draw anything to the screen. |
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Use this class, in conjunction with AvatarAnimation, to render an avatar model using standard animations. For more information, see How To: Render and Animate an Avatar Using AvatarRenderer..
Windows Specific Information