RenderTexture.IsCreated 是否被创建

function IsCreated () : bool

Description描述

Is the render texture actually created?

渲染纹理是否被实际创建?

RenderTexture constructor does not actually create the hardware texture; by default the texture is created the first time it is set active. IsCreated returns true if the hardware resources for this render are created.

RenderTexture构造函数实际上并没有创建硬件纹理;默认的纹理第一次创建时被设置为active,如果用于渲染的的硬件资源被创建了,IsCreate返回ture。

参见: Create, Release 函数.

最后修改:2011年3月15日 Tuesday 17:31

本脚本参考基于Unity 3.4.1f5

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