C# Class OpenMetaverse.GroupTitle

Class to represent Group Title
Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
GroupID UUID
Selected bool
Title string

Property Details

GroupID public_oe property

Key of the group
public UUID GroupID
return UUID

Selected public_oe property

Whether title is Active
public bool Selected
return bool

Title public_oe property

Group Title
public string Title
return string