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 13
- 726 Change Default of TextStrokeTransparency from 0.5 to
- 726 Change Default of TextStrokeColor3 from Color3(0, 0, 0) to
- 726 Change Default of TextSize from 18 to
- 726 Change Default of TextColor3 from Color3(1, 1, 1) to
- 726 Change Default of PrefixTextProperties from to
- 726 Change Default of FontFace from to
- 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 2
- 726 Change Default of PrefixTextProperties from to
- 644 Add PrefixTextProperties
TextColor3
| Type | Default | |
|---|---|---|
| Color3 | ||
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 2
- 726 Change Default of TextColor3 from Color3(1, 1, 1) to
- 644 Add TextColor3
TextSize
| Type | Default | |
|---|---|---|
| int | ||
Determines the size of the text in the chat window.
| Thread safety | ReadSafe |
|---|---|
| Category | Appearance |
| Loaded/Saved | false |
TextStrokeColor3
| Type | Default | |
|---|---|---|
| Color3 | ||
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 2
- 726 Change Default of TextStrokeColor3 from Color3(0, 0, 0) to
- 644 Add TextStrokeColor3
TextStrokeTransparency
| Type | Default | |
|---|---|---|
| double | ||
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 |
History 2
- 726 Change Default of TextStrokeTransparency from 0.5 to
- 644 Add TextStrokeTransparency