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

スクリプト言語

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

LightRenderMode.Auto

Description

自動でレンダリングモードを決定する。

This chooses whether to render the Light as a pixel or vertex light (recommended and default). See Also: light component.

	// Set light's render mode to automatic

	light.renderMode = LightRenderMode.Auto;