C# Class UnityEngine.SocialPlatforms.Impl.LocalUser

Inheritance: UserProfile, IUserProfile, ILocalUser
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
Authenticate ( Action callback ) : void
Authenticate ( Action callback ) : void
LoadFriends ( Action callback ) : void
LoadFriends ( Action callback ) : void
LocalUser ( )
SetAuthenticated ( bool value ) : void
SetFriends ( IUserProfile friends ) : void
SetUnderage ( bool value ) : void

Method Details

Authenticate() public final méthode

public final Authenticate ( Action callback ) : void
callback Action
Résultat void

Authenticate() public méthode

public Authenticate ( Action callback ) : void
callback Action
Résultat void

LoadFriends() public final méthode

public final LoadFriends ( Action callback ) : void
callback Action
Résultat void

LoadFriends() public méthode

public LoadFriends ( Action callback ) : void
callback Action
Résultat void

LocalUser() public méthode

public LocalUser ( )

SetAuthenticated() public méthode

public SetAuthenticated ( bool value ) : void
value bool
Résultat void

SetFriends() public méthode

public SetFriends ( IUserProfile friends ) : void
friends IUserProfile
Résultat void

SetUnderage() public méthode

public SetUnderage ( bool value ) : void
value bool
Résultat void