ChatWindowConfiguration

사용되지 않는 항목 표시
만들 수 없음

Configures properties of the default chat window.

It is parented to TextChatService.

요약

속성

속성

AbsolutePosition

읽기 전용
복제되지 않음

Read-only property that provides the screen position of the default chat window in pixels. Behaves similarly to GuiBase2d.AbsolutePosition.

AbsoluteSize

읽기 전용
복제되지 않음

Read-only property that provides the screen size of the default chat window in pixels. Behaves similarly to GuiBase2d.AbsoluteSize.

BackgroundColor3

병렬 읽기

Determines the background color of the default chat window. 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

병렬 읽기

Determines the background transparency of the default chat window in 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 chat window, which may be more opaque than this value set here. Default value is 0.3.

Enabled

병렬 읽기

Determines whether to show the default chat window.

Set to false to hide the default chat window.

FontFace

병렬 읽기

Determines the font used to render text in the default chat window.

HeightScale

병렬 읽기

Determines by what factor the height of the default chat window should be scaled. Must be a value between 0.5 and 2. Defining a value outside of range clamps the actual value to the closest bound.

HorizontalAlignment

Determines the horizontal alignment of the chat window. Behaves similarly to UIGridStyleLayout.HorizontalAlignment. Setting to Left or Right adding a small padding away from touching the corresponding horizontal edge of the screen. Setting to Center aligns the window in the horizontal middle of the screen. Default value is Left.

TextColor3

병렬 읽기

Determines the color of the text in default chat window. Default value is Color3.new(255, 255, 255) (white).

TextSize

병렬 읽기

Determines the size of the text in default chat window. Default value is 14.

TextStrokeColor3

병렬 읽기

Determines the color of the text stroke of text in default chat window. Default value is Color3.new(0, 0, 0) (black).

TextStrokeTransparency

병렬 읽기

Determines the color of the text stroke of text in default chat window. Default value is 0.5.

VerticalAlignment

Determines the vertical alignment of the chat window. Behaves similarly to UIGridStyleLayout.VerticalAlignment. Setting to Top or Bottom adds a small padding away from touching the corresponding edge of the screen. Setting to Center aligns the window in the vertical middle of the screen. Default value is Top.

WidthScale

병렬 읽기

Determines by what factor the width of the default chat window should be scaled. Must be a value between 0.5 and 2. Defining a value outside of range clamps the actual value to the closest bound.

메서드

이벤트