Class LocalUser
Assembly: UnityEngine.dll
public class LocalUser : UserProfile, ILocalUser, IUserProfile
Constructors
|
Improve this Doc
View Source
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public bool authenticated { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IUserProfile[] friends { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool underage { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void Authenticate(Action<bool, string> callback)
Parameters
|
Improve this Doc
View Source
Declaration
public void Authenticate(Action<bool> callback)
Parameters
|
Improve this Doc
View Source
Declaration
public void LoadFriends(Action<bool> callback)
Parameters
|
Improve this Doc
View Source
Declaration
public void SetAuthenticated(bool value)
Parameters
Type |
Name |
Description |
Boolean |
value |
|
|
Improve this Doc
View Source
Declaration
public void SetFriends(IUserProfile[] friends)
Parameters
|
Improve this Doc
View Source
Declaration
public void SetUnderage(bool value)
Parameters
Type |
Name |
Description |
Boolean |
value |
|
Implements
Extension Methods