Show / Hide Table of Contents

Interface IUserProfile

Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface IUserProfile

Properties

| Improve this Doc View Source

id

Declaration
string id { get; }
Property Value
Type Description
String
| Improve this Doc View Source

image

Declaration
Texture2D image { get; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

isFriend

Declaration
bool isFriend { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

state

Declaration
UserState state { get; }
Property Value
Type Description
UserState
| Improve this Doc View Source

userName

Declaration
string userName { get; }
Property Value
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX