C# 클래스 OpenMetaverse.GroupRole

Role manager for a group
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
GroupID UUID
ID UUID
Name string
Powers GroupPowers
Title string

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the role's title

메소드 상세

ToString() 공개 메소드

Returns the role's title
public ToString ( ) : string
리턴 string

프로퍼티 상세

Description 공개적으로 프로퍼티

Description of Role
public string Description
리턴 string

GroupID 공개적으로 프로퍼티

Key of the group
public UUID GroupID
리턴 UUID

ID 공개적으로 프로퍼티

Key of Role
public UUID ID
리턴 UUID

Name 공개적으로 프로퍼티

Name of Role
public string Name
리턴 string

Powers 공개적으로 프로퍼티

Abilities Associated with Role
public GroupPowers Powers
리턴 GroupPowers

Title 공개적으로 프로퍼티

Group Title associated with Role
public string Title
리턴 string