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

Parameters

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

Description

从属性代码块获取纹理。

如果未找到,则返回 null。