Interface ILocalUser
Assembly: UnityEngine.dll
public interface ILocalUser : IUserProfile
Properties
|
Improve this Doc
View Source
Declaration
bool authenticated { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IUserProfile[] friends { get; }
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Declaration
void Authenticate(Action<bool, string> callback)
Parameters
|
Improve this Doc
View Source
Declaration
void Authenticate(Action<bool> callback)
Parameters
|
Improve this Doc
View Source
Declaration
void LoadFriends(Action<bool> callback)
Parameters
Extension Methods