public final class GamerProfile
extends java.lang.Object
Constructor and Description |
---|
GamerProfile() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Texture2D getGamerPicture()
public int getGamerScore()
public GamerZone getGamerZone()
public boolean IsDisposed()
public java.lang.String getMotto()
public float getReputation()
public int getTitlesPlayed()
public int getTotalAchievements()
public void Dispose()