LayerCollector

LayerCollector : GuiBase2d

Overview

LayerCollector๋Š” ScreenGui, SurfaceGui, BillboardGui ๋“ฑ UI ์ธ์Šคํ„ด์Šค์˜ ๊ธฐ๋ฐ˜ ํด๋ž˜์Šค๋กœ, UI ์š”์†Œ๋ฅผ ํ™”๋ฉด์— ํ‘œ์‹œํ•˜๋Š” ์—ญํ• ์„ ํ•ฉ๋‹ˆ๋‹ค.

Properties

Enabled

bool

LayerCollector์˜ ํ™”๋ฉด ํ‘œ์‹œ ์—ฌ๋ถ€๋ฅผ ์„ค์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์ด ์†์„ฑ์ด false์ผ ๊ฒฝ์šฐ UI ์š”์†Œ๋“ค์€ ํ™”๋ฉด์— ํ‘œ์‹œ๋˜์ง€ ์•Š์œผ๋ฉฐ, ์ž…๋ ฅ ์ด๋ฒคํŠธ๋‚˜ ์ƒํƒœ ๋ณ€๊ฒฝ์— ๋”ฐ๋ฅธ ๊ฐฑ์‹ ๋„ ๋ฐœ์ƒํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.

Code Samples

ScreenGui.Enabled = false

Methods

Events

Last updated