ChannelTabsConfiguration
*Pronto este contenido estará disponible en tu idioma seleccionado.
Configures properties of the optional channel tabs in the default chat window. It is parented to TextChatService.
To learn more, see Customizing Text Chat.
Resumen
Propiedades
Actual screen position of the channel tab bar, in pixels.
Actual screen size of the channel tab bar, in pixels.
Background color of the channel tabs.
Background transparency of the channel tabs.
Whether to show the channel tabs.
Font used to render text in the channel tabs.
Background color of a channel tab when hovering over it.
Color of text in a selected tab.
Color of text in an unselected tab.
Size of the text in channel tabs.
Color of the text stroke for text in channel tabs.
Transparency of the text stroke for text in channel tabs.
Propiedades
AbsolutePosition
Read-only property that provides the screen position of the channel tab bar in pixels. Behaves similarly to GuiBase2d.AbsolutePosition.
AbsoluteSize
Read-only property that provides the screen size of the channel tab bar in pixels. Behaves similarly to GuiBase2d.AbsoluteSize.
BackgroundColor3
Background color of the channel tabs. If the background color is not overridden, this value will respect the user's GuiService.PreferredTransparency by making the menu more gray as the transparency of the menu decreases. Default value is Color3.new(25, 27, 29).
BackgroundTransparency
Background transparency of the channel tabs as a number between 0 and 1. This value is multiplied with the user's GuiService.PreferredTransparency to create the effective background transparency used by the channel tabs, which may be more opaque than this value set here. Default value is 0.
HoverBackgroundColor3
Background color of a channel tab when hovering over it. Default value is Color3.new(125, 125, 125).
TextStrokeColor3
Color of the text stroke for text in channel tabs. Default value is Color3.new(0, 0, 0).
TextStrokeTransparency
Transparency of the text stroke for text in channel tabs. Default value is 1.