Outline

Outline : OverlayBase

Overview

BasePart์˜ ์™ธ๊ณฝ์„ ์— ์ƒ‰์ƒ์„ ํ‘œ์‹œํ•  ์ˆ˜ ์žˆ๋Š” ์ธ์Šคํ„ด์Šค์ž…๋‹ˆ๋‹ค.

Tickness ์†์„ฑ์„ ํ†ตํ•ด ๋‘๊ป˜๋ฅผ ์กฐ์ ˆํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๋ฌผ์ฒด๊ฐ€ ๋ฉ€๋ฆฌ ์žˆ์„ ๋•Œ ๊ฐ•์กฐํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. Outline์„ ํ†ตํ•ด ๊ทธ๋ ค์ง€๋Š” ๋ฌผ์ฒด์˜ ์™ธ๊ณฝ์„ ์€ ๋‹ค๋ฅธ ๋ฌผ์ฒด์— ๊ฐ€๋ ค์งˆ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

Properties

Color

Color3

์™ธ๊ณฝ์„ ์— ํ‘œ์‹œํ•  ์ƒ‰์ƒ์ž…๋‹ˆ๋‹ค.

Code Samples

local Outline = script.Parent

Outline.Color = Color3.fromRGB(255, 0, 0)

Thickness

number

์™ธ๊ณฝ์„ ์˜ ๋‘๊ป˜์ž…๋‹ˆ๋‹ค.

Code Samples

local Outline = script.Parent

Outline.Thickness = 10

Methods

Events

See also

Outline/Fill

Last updated