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/FillLast updated