Microsoft.Xna.Framework.GamerServices
Class GamerProfile

java.lang.Object
  extended by Microsoft.Xna.Framework.GamerServices.GamerProfile

public final class GamerProfile
extends java.lang.Object

Profile settings describing information about a gamer such as the gamer's motto, reputation, and gamer picture. This data is accessible for both locally signed in profiles and remote gamers that you are playing with in a multiplayer session.

Author:
Halofreak1990

Constructor Summary
GamerProfile()
           
 
Method Summary
 void Dispose()
          Immediately releases the unmanaged resources used by this object.
 Texture2D getGamerPicture()
          Gets the gamer picture, which will be 64 pixels by 64 pixels.
 int getGamerScore()
          Gets the GamerScore of this gamer.
 GamerZone getGamerZone()
          Gets the GamerZone setting.
 java.lang.String getMotto()
          Gets the gamer motto string.
 float getReputation()
          Gets the gamer reputation, as a number of stars ranging 0 to 5.
 int getTitlesPlayed()
          Gets the number of titles this gamer has played.
 int getTotalAchievements()
          Gets the total number of achievements this gamer has obtained.
 boolean IsDisposed()
          Gets a value that indicates whether the object is disposed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GamerProfile

public GamerProfile()
Method Detail

getGamerPicture

public Texture2D getGamerPicture()
Gets the gamer picture, which will be 64 pixels by 64 pixels.


getGamerScore

public int getGamerScore()
Gets the GamerScore of this gamer.


getGamerZone

public GamerZone getGamerZone()
Gets the GamerZone setting.


IsDisposed

public boolean IsDisposed()
Gets a value that indicates whether the object is disposed.


getMotto

public java.lang.String getMotto()
Gets the gamer motto string.


getReputation

public float getReputation()
Gets the gamer reputation, as a number of stars ranging 0 to 5.


getTitlesPlayed

public int getTitlesPlayed()
Gets the number of titles this gamer has played.


getTotalAchievements

public int getTotalAchievements()
Gets the total number of achievements this gamer has obtained.


Dispose

public void Dispose()
Immediately releases the unmanaged resources used by this object.