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

スクリプト言語

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

RenderTexture.isCubemap

public var isCubemap: bool;

Description

trueにした場合、レンダーテクスチャはCubemapとして扱われます

Cubemap render textures are most often used for dynamic cubemap reflections, see Camera.RenderToCubemap. A cubemap render texture must have the same width and height, and must be power of two size. See Also: Camera.RenderToCubemap, Reflective shaders.