C# Class UnityEngine.SocialPlatforms.Impl.LocalUser

Inheritance: UserProfile, IUserProfile, ILocalUser
显示文件 Open project: randomize/VimConfig

Public Methods

Method 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 method

public final Authenticate ( Action callback ) : void
callback Action
return void

Authenticate() public method

public Authenticate ( Action callback ) : void
callback Action
return void

LoadFriends() public final method

public final LoadFriends ( Action callback ) : void
callback Action
return void

LoadFriends() public method

public LoadFriends ( Action callback ) : void
callback Action
return void

LocalUser() public method

public LocalUser ( )

SetAuthenticated() public method

public SetAuthenticated ( bool value ) : void
value bool
return void

SetFriends() public method

public SetFriends ( IUserProfile friends ) : void
friends IUserProfile
return void

SetUnderage() public method

public SetUnderage ( bool value ) : void
value bool
return void