Interface IUserProfile
Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface IUserProfile
Properties
| Improve this Doc View Sourceid
Declaration
string id { get; }
Property Value
| Type | Description |
|---|---|
| String |
image
Declaration
Texture2D image { get; }
Property Value
| Type | Description |
|---|---|
| Texture2D |
isFriend
Declaration
bool isFriend { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
state
Declaration
UserState state { get; }
Property Value
| Type | Description |
|---|---|
| UserState |
userName
Declaration
string userName { get; }
Property Value
| Type | Description |
|---|---|
| String |