RenderTexture.isPowerOfTwo 是否2的乘方

var isPowerOfTwo : bool

Description描述

Is the size of the render texture constrained to power of two sizes?

渲染纹理是否包含2的乘方大小?

When creating image post-processing effects, you should always set this to false because that allows matching the RenderTexture size to arbitrary screen size.

当创建一个后期处理效果图像时,你应该总是设置这个为false,因为允许匹配RenderTexture大小到任意屏幕大小。

When using the RenderTexture for regular materials and shaders you should always set this to true because that allows using a RenderTexture just like any ordinary texture.

当使用RenderTexture用于常规材质和着色器时,总是设置这个为true,因为允许使用RenderTexture就像任何普通的纹理。

最后修改:2011年3月15日 Tuesday 16:41

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。