C# Class OpenMetaverse.FriendInfo

This class holds information about an avatar in the friends list. There are two ways to interface to this class. The first is through the set of boolean properties. This is the typical way clients of this class will use it. The second interface is through two bitflag properties, TheirFriendsRights and MyFriendsRights
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

FriendInfo represented as a string

Private Methods

Méthode Description
FriendInfo ( UUID id, FriendRights theirRights, FriendRights myRights ) : System

Used internally when building the initial list of friends at login time

Method Details

ToString() public méthode

FriendInfo represented as a string
public ToString ( ) : string
Résultat string