C# 클래스 OpenMetaverse.Messages.Linden.AgentGroupDataUpdateMessage.GroupData

파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptNotices bool
Contribution int
GroupID UUID
GroupInsigniaID UUID
GroupName string
GroupPowers GroupPowers

프로퍼티 상세

AcceptNotices 공개적으로 프로퍼티

true of the agent accepts group notices
public bool AcceptNotices
리턴 bool

Contribution 공개적으로 프로퍼티

The agents tier contribution to the group
public int Contribution
리턴 int

GroupID 공개적으로 프로퍼티

The Groups UUID
public UUID GroupID
리턴 UUID

GroupInsigniaID 공개적으로 프로퍼티

The UUID of the groups insignia
public UUID GroupInsigniaID
리턴 UUID

GroupName 공개적으로 프로퍼티

The name of the group
public string GroupName
리턴 string

GroupPowers 공개적으로 프로퍼티

The aggregate permissions the agent has in the group for all roles the agent is assigned
public GroupPowers GroupPowers
리턴 GroupPowers