C# Class OpenMetaverse.GroupTitle

Class to represent Group Title
Show file 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 property

Key of the group
public UUID GroupID
return UUID

Selected public property

Whether title is Active
public bool Selected
return bool

Title public property

Group Title
public string Title
return string