码迷,mamicode.com
首页 > 其他好文 > 详细

(文档)Shader.Find (在编译时,只包含那些使用中的shader或位置在"Resources"文件夹中shader)

时间:2015-02-12 00:44:05      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

Shader.Find 查找

 

static function Find (name : string) : Shader

Description描述

Finds a shader with the given name.

查找名为name的着色器。

Shader.Find can be used to switch to another shader without having to keep a reference to the shader. name is the name you can see in the shader popup of any material. Common names are: "Diffuse", "Bumped Diffuse", "VertexLit", "Transparent/Diffuse" etc.

Shader.Find能够用来切换到另一个着色器,而不必保持一个到该着色的引用。name是你可以在任意材质的shader弹出窗口看到。通常的名称是:"Diffuse", "Bumped Diffuse", "VertexLit", "Transparent/Diffuse"等等。

When building a player, a shader will only be included if it is assigned to a material that is used in any scene or if the shader is placed in a "Resources" folder.

在编译时,只包含那些使用中的shader或位置在"Resources"文件夹中shader。

(文档)Shader.Find (在编译时,只包含那些使用中的shader或位置在"Resources"文件夹中shader)

标签:

原文地址:http://www.cnblogs.com/wonderKK/p/4287203.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!