public Texture GetTexture (string name);
public Texture GetTexture (int nameID);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。

描述

从属性代码块获取纹理。

如果未找到,则返回 null。