C# 클래스 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
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

FriendInfo represented as a string

비공개 메소드들

메소드 설명
FriendInfo ( UUID id, FriendRights theirRights, FriendRights myRights ) : System

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

메소드 상세

ToString() 공개 메소드

FriendInfo represented as a string
public ToString ( ) : string
리턴 string