Struct ChannelIconData
Structure containing information about the icon of a chat conversation.
Inherited Members
Namespace: SociallyDistant.Core.Social
Assembly: SociallyDistant.Framework.dll
Syntax
public struct ChannelIconData
Fields
AvatarColor
If rendering a direct message, the color to use for the default user avatar.
Declaration
public Color AvatarColor
Field Value
Type | Description |
---|---|
Color |
UnicodeIcon
A string representing a Unicode icon to use, if UseUnicodeIcon is true.
Declaration
public string? UnicodeIcon
Field Value
Type | Description |
---|---|
string |
UseUnicodeIcon
Whether or not to use a Unicode text icon.
Declaration
public bool UseUnicodeIcon
Field Value
Type | Description |
---|---|
bool |
UserAvatar
A profile picture to use as the channel icon. Typically only present in direct messages.
Declaration
public Texture2D? UserAvatar
Field Value
Type | Description |
---|---|
Texture2D |