言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

LightRenderMode.ForcePixel

Description

Lightによってピクセル単位で光るようになる。

Use this only for really important lights, like a player flashlight. See Also: light component.

	// Force the light to be pixel-lit

	light.renderMode = LightRenderMode.ForcePixel;