Light
Light : Instance
Overview
SpotLight, PointLight์ ๊ฐ์ ์กฐ๋ช ํจ๊ณผ ์ธ์คํด์ค์ ๊ธฐ๋ณธ ํด๋์ค์ ๋๋ค.
Properties
Brightness
number
์กฐ๋ช ์ ๋ฐ๊ธฐ๋ฅผ ์ค์ ํ๋ ์์ฑ์ ๋๋ค.
Code Samples
PointLight.Brightness = 5000
Color
Color3
์กฐ๋ช ์ ์์์ ์ค์ ํ๋ ์์ฑ์ ๋๋ค.
Code Samples
PointLight.Color = Color3.fromRGB(255, 0, 0)
Enabled
bool
์กฐ๋ช ์ ํ์ฑํ ์ฌ๋ถ๋ฅผ ์ค์ ํ๋ ์์ฑ์ ๋๋ค.
Code Samples
PointLight.Enabled = false
Shadows
bool
ํ์ฌ ์ง์๋์ง ์์ต๋๋ค.
Code Samples
Methods
Events
See also
์กฐ๋ช
Last updated