ChatWindowConfiguration

แสดงที่เลิกใช้งานแล้ว

*เนื้อหานี้จะพร้อมใช้งานในภาษาที่คุณเลือกในเร็วๆ นี้

ไม่สามารถสร้าง

Configures properties of the default text chat window. It is parented to TextChatService.

สรุป

คุณสมบัติ

  • อ่านอย่างเดียว
    ไม่ซ้ำ

    Actual screen position of the default chat window, in pixels.

  • อ่านอย่างเดียว
    ไม่ซ้ำ

    Actual screen size of the default chat window, in pixels.

  • อ่านพร้อมๆ กัน

    Background color of the default chat window.

  • อ่านพร้อมๆ กัน

    Background transparency of the default chat window.

  • อ่านพร้อมๆ กัน

    Whether to show the default chat window.

  • อ่านพร้อมๆ กัน

    Font used to render text in the default chat window.

  • อ่านพร้อมๆ กัน

    Factor by which the height of the default chat window should be scaled.

  • Horizontal alignment of the chat window.

  • อ่านพร้อมๆ กัน

    Color of the text in default chat window.

  • อ่านพร้อมๆ กัน

    Size of the text in default chat window.

  • อ่านพร้อมๆ กัน

    Color of the text stroke for text in default chat window.

  • อ่านพร้อมๆ กัน

    Transparency of the text stroke for text in default chat window.

  • Vertical alignment of the chat window.

  • อ่านพร้อมๆ กัน

    Factor by which the width of the default chat window should be scaled.

คุณสมบัติ

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

อ่านพร้อมๆ กัน

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

อ่านพร้อมๆ กัน

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

Enabled

อ่านพร้อมๆ กัน

Whether to show the default chat window. Set to false to hide.

FontFace

อ่านพร้อมๆ กัน

Font used to render text in the default chat window. Default is Enum.Font.BuilderSansMedium.

HeightScale

อ่านพร้อมๆ กัน

Factor by which 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

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

อ่านพร้อมๆ กัน

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

TextSize

อ่านพร้อมๆ กัน

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

TextStrokeColor3

อ่านพร้อมๆ กัน

Color of the text stroke for text in default chat window. Default value is Color3.new(0, 0, 0).

TextStrokeTransparency

อ่านพร้อมๆ กัน

Transparency of the text stroke for text in default chat window. Default value is 0.5.

VerticalAlignment

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

อ่านพร้อมๆ กัน

Factor by which 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.

วิธีการ

DeriveNewMessageProperties

Creates a new ChatWindowMessageProperties instance that can be used to customize the appearance of messages in the chat window. ChatWindowMessageProperties inherits from TextChatMessageProperties.


ส่งค่ากลับ

อีเวนต์