ChatWindowMessageProperties
Memory category | Instances |
---|
Member index 6
Description
Can be used to customize the appearance of text chat messages sent to the
ChatWindow. Inherits from TextChatMessageProperies. To create a new
ChatWindowMessageProperties
instance, use
ChatWindowConfiguration:DeriveNewMessageProperties() which will have
the current properties from ChatWindowConfiguration.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
History 7
- 644 Add TextStrokeTransparency
- 644 Add TextStrokeColor3
- 644 Add TextSize
- 644 Add TextColor3
- 644 Add PrefixTextProperties
- 644 Add FontFace
- 644 Add ChatWindowMessageProperties
Members 6
FontFace
Type | Default | |
---|---|---|
Font |
Determines the font used to render text in the chat window. Default is Font.BuilderSansMedium.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
PrefixTextProperties
Type | Default | |
---|---|---|
ChatWindowMessageProperties |
Determines the properties of the TextChatMessage.PrefixText preceding the chat message.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
History 1
TextColor3
Type | Default | |
---|---|---|
Color3 | 1, 1, 1 |
Determines the color of the text in the chat window. Default value is Color3.fromRGB(255, 255, 255) (white).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
History 1
- 644 Add TextColor3
TextSize
Type | Default | |
---|---|---|
int | 18 |
Determines the size of the text in the chat window.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
TextStrokeColor3
Type | Default | |
---|---|---|
Color3 | 0, 0, 0 |
Determines the stroke color applied to text in the chat window. Default value is Color3.fromRGB(0, 0, 0) (black).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
History 1
- 644 Add TextStrokeColor3
TextStrokeTransparency
Type | Default | |
---|---|---|
double | 0.5 |
Determines the transparency of the stroke applied to text in the chat
window. Default value is 0.5
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |