Experimental: this API is experimental and might be changed or removed in the future.

VFXExpressionValues.GetTexture

切换到手册
public Texture GetTexture (int nameID);
public Texture GetTexture (string name);

参数

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

描述

返回与绑定的指定表达式对应的纹理。如果此条目不可用,或者类型不匹配,则会抛出异常。