C# Класс OpenMetaverse.Messages.Linden.AgentGroupDataUpdateMessage.GroupData

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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